Skip to main content
The historical sync endpoints allow you to trigger a manual sync for a specific connection and check the status of a sync job.

Trigger a Historical Sync

To trigger a historical sync, you need to send a POST 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 a GET request to the /back-office/sync/historical/{connectionId} endpoint.

Get Sync Status

Learn more about getting the sync status in the API reference.