v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Integrations

Sync integration

Queues a manual re-sync of customers and revenue for a payment provider integration (Stripe, Polar, Paddle, Dodo, Creem, Chargebee, Whop). Returns immediately; poll the integration to watch syncStatus. Other providers re-sync from the dashboard. Requires the integrations:manage scope.

post/integrations/{id}/sync

Path parameters

idstring required

Integration ID.

Response

Sync queued

successboolean
integrationIdstring
providerstring
jobIdstring nullable
syncStatusstring
messagestring

Example response

{
  "success": true,
  "syncStatus": "queued"
}