v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0158208322.6 KB
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"
    }
  ]
}