POST
/sync-status/resync

Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Core, Professional, or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.


Header Parameters

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

X-Account-TokenString
Required
Token identifying the end user.
Response
JSON
[
{
"model_name": "Invoice",
"model_id": "accounting.Invoices",
"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"
}
]