Integrations
Get integration
Inspects one connected integration - what the provider syncs, every event it emits, the tags each event applies through the company's sync rules, the sequences that trigger on those events, recent activity, and prioritized recommendations. Credentials are never returned. Requires the account:read, subscribers:read, and sequences:read scopes.
get/integrations/{id}
Path parameters
idstring required
Integration ID.
Response
Integration detail returned
Example response
{
"success": true,
"integration": {
"provider": "shopify",
"name": "Shopify",
"lastSyncSkipped": {
"records": [
{
"reasonCode": "invalid_email_domain",
"reason": "Invalid domain for \"buyer@example.com\": Domain cannot receive email (no MX records)"
}
]
}
},
"capabilities": {
"provider": "stripe",
"name": "Stripe"
},
"activity": {
"windowHours": 24
}
}