Trigger a manual sync for a configuration.
cURL
curl --request POST \ --url https://api.cuadra.ai/v1/sync-configs/{config_id}/sync \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "syncConfigId": "<string>", "status": "<string>", "triggeredBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "itemsTotal": 123, "itemsCompleted": 0, "itemsFailed": 0, "itemsSkipped": 0, "creditsConsumed": 0, "bytesProcessed": 0, "errorMessage": "<string>", "progress": 123 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Sync config ID
Successful Response
Sync job execution.
Was this page helpful?