cURL
curl --request POST \ --url https://app.sphinxhq.com/api/cases/{id}/sync/ \ --header 'Authorization: Bearer <token>'
"<unknown>"
Trigger a document sync for this case. The case must have sync_platforms configured. Returns 202 once the sync is initiated.
OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.
A unique integer value identifying this generic case.
Sync queued.
Was this page helpful?