Integrations
List integration capabilities
Describes what each integration provider syncs, which events it emits and when, the subscriber attributes it writes, and which actions it supports. Works whether or not the provider is connected, so it can be used to compare providers before connecting one.
get/integrations/catalog
Query parameters
providerstring
Return only this provider, for example stripe.
categorystring
Filter by category: payments, ecommerce, auth, analytics, ads, affiliate, cms, or developer.
Response
Provider capabilities returned
Example response
{
"success": true,
"providers": [
{
"provider": "stripe",
"name": "Stripe"
}
]
}