API Reference / Knowledge - Integrations
List integrations
get
https://api.intelig.ai/api/v1/intelig/settings/integrations/knowledge
Auth: Authorization: ApiKey <key> (an API key sent as
Bearer is rejected) or Authorization: Bearer <jwt>
for a dashboard session. operationId: listIntegrations
Lists all configured knowledge provider integrations for the current organization, including their connection status and configuration.
Example request
curl -X GET "https://api.intelig.ai/api/v1/intelig/settings/integrations/knowledge" \
-H "Authorization: ApiKey $INTELIG_API_KEY" Response 200
application/json · ApiResponseListProviderIntegrationDto
| Field | Type | Description |
|---|---|---|
success | boolean | — |
message | string | — |
data | ProviderIntegrationDto[] | — |
Status codes
200— Integrations returned successfully401— Organization context not set403— Insufficient permissions for Settings pillar429— —
Every response is wrapped in { success, message, data }. A 4xx means the request
is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.