v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Integrations

List integrations

Lists connected integrations with connection state, sync health, last sync error, and any records the last sync could not import normally. 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",
      "lastSyncSkipped": {
        "records": [
          {
            "reasonCode": "invalid_email_domain",
            "reason": "Invalid domain for \"buyer@example.com\": Domain cannot receive email (no MX records)"
          }
        ]
      }
    }
  ]
}