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.
Example response
{
"integration_types": [
null,
null
]
}Changes
Changed in 1 of the 33 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○