sync status resync create
POST {{baseUrl}}/sync-status/resync
Force re-sync of all models. This is only available for organizations on Merge's Grow and Expand plans.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
[{"is_initial_sync":true,"last_sync_start":"2021-03-30T19:44:18.695973Z","model_id":"ats.Candidate","model_name":"Candidate","next_sync_start":"2021-03-30T20:44:18.662942Z","status":"SYNCING"},{"is_initial_sync":true,"last_sync_start":"2021-03-30T19:44:18.695973Z","model_id":"ats.Candidate","model_name":"Candidate","next_sync_start":"2021-03-30T20:44:18.662942Z","status":"PAUSED"}]