List all available integration types in the catalog

GET/api/v1/integrations/catalog

Parameters

This endpoint does not accept parameters.

Responses

200Integration catalog

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/integrations/catalog" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Integration catalog
Example response not yet documented.