List User Integrations

List the integrations the user/tenant has connected. Includes preset providers (from the PROVIDERS registry) and tenant-scoped custom outbound apps (filtered out of Descope's load_all_applications). Returns one entry per connected (provider, scope, auth_type) slot, so a provider with both a personal api_key and a personal oauth token will appear twice. Disconnected slots are not emitted; clients that need a list of available-but-not-connected providers should call ``GET /integrations/providers`` instead.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
integrationslist of objects

Errors

401
Unauthorized Error
422
Unprocessable Entity Error