Trigger a Historical Sync
To trigger a historical sync, you need to send aPOST request to the /back-office/sync/historical endpoint. The request body should include the connectionId and the date range for the sync.
Trigger Historical Sync
Learn more about triggering a sync in the API reference.
Get Sync Status
To get the status of a sync job, you need to send aGET request to the /back-office/sync/historical/{connectionId} endpoint.
Get Sync Status
Learn more about getting the sync status in the API reference.