GET /v1/integrations
List all integrations configured for the current workspace.Response
Integration object fields
| Field | Type | Description |
|---|---|---|
id | string | Unique integration identifier |
type | string | Integration type: revenuecat, adapty, appsflyer, adjust, stripe, app_store_connect, google_play, warehouse |
status | string | connected, error, syncing, or disconnected |
last_synced_at | string | ISO 8601 timestamp of the last successful sync |
error_message | string | null | Error detail when status is error; null otherwise |
GET /v1/integrations/
Get full details for a specific integration, including sync statistics.Response
POST /v1/integrations//sync
Trigger a manual sync for an integration. Useful after configuration changes or to recover from a sync error without waiting for the next scheduled sync.Response
GET /v1/integrations/{id} or subscribe to integration.error webhooks to be notified of sync failures.