integrations

List enabled integration types

Lists the distinct integration types enabled for the authenticated organization. The response does not expose configured integration rows, provider details, configuration, or credentials.

get/v2/integrations

Response

Enabled integration types for the authenticated organization.

integration_typesIntegrationType[] required

Distinct enabled integration types for the active organization.

Example response

{
  "integration_types": [
    null,
    null
  ]
}

Changes