POST

/sync-status/resync

Force re-sync of all models. This is only available for organizations on Merge's Grow and Expand plans.


Header Parameters


AuthorizationString
Required
Token-based authentication with required prefix "Bearer"

X-Account-TokenString
Required
Token identifying the end user.
Response
JSON
[
{
"model_name": "Candidate",
"model_id": "ats.Candidate",
"last_sync_start": "2021-03-30T19:44:18.695973Z",
"next_sync_start": "2021-03-30T20:44:18.662942Z",
"status": "SYNCING",
"is_initial_sync": true,
"selective_sync_configurations_usage": "IN_NEXT_SYNC"
}
]