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, the ingestion block naming which lists its contacts join, and prioritized recommendations. Credentials are never returned. Requires the account:read, subscribers:read, sequences:read, and lists: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
}
}