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
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)"
}
]
}
}
]
}