JavaScript
CRM
Run Sync Job
Start a contact sync with the linked CRM app immediately, instead of waiting for the scheduled sync. One sync runs per organization at a time: starting another while one is in flight is rejected. Poll get-sync-job-status for progress.
POST
JavaScript
Authorizations
Authentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Response
Sync job started.
Available options:
queued, running, idle Epoch milliseconds when the job started.
Number of items processed successfully so far.
Number of items that errored so far.
Whether the job was started by an explicit API call (manual) or by the scheduled sync (cron).
Available options:
manual, cron 
