Platform API
List integrations
List available integrations and current connection status for the authenticated organization.
get/api/integrations
Query parameters
connectedOnlyboolean
When true, only returns currently connected integrations.
Response
Integration list.
Example response
{
"items": [
{
"category": "billing",
"syncStatus": "SUCCESS"
}
]
}