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
Example response
{
"success": true,
"syncStatus": "queued"
}