Integrations

List integrations

Lists connected integrations with connection state, sync health, and last sync error. Credentials, access tokens, and webhook secrets are never returned.

get/integrations

Query parameters

includeInactiveboolean

Include disconnected integrations. Defaults to false.

Response

Integrations returned

successboolean

Example response

{
  "success": true,
  "integrations": [
    {
      "provider": "shopify"
    }
  ]
}

Changes