Skip to main content
POST
Sync Integration
Queue a manual re-sync of customers and revenue for a payment provider integration. Supported for Stripe, Polar, Paddle, Dodo, Creem, Chargebee, and Whop. Other providers re-sync from the dashboard, because their backfills need credentials and configuration selected at connect time. The call returns immediately. Poll Get Integration to watch syncStatus and lastSyncAt. Requires an API key with the integrations:manage scope.

Request

string
required
Integration ID, from List Integrations.
This endpoint takes no request body.

Response fields

string
Background job ID for the queued sync, or null when no job ID was returned.
string
Sync status after queueing, always queued on success.

Responses