v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
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

successboolean

Example response

{
  "success": true,
  "providers": [
    {
      "provider": "stripe",
      "name": "Stripe"
    }
  ]
}