Skip to main content
POST
/
api
/
cases
/
{id}
/
sync
Sync Case Documents
curl --request POST \
  --url https://app.sphinxhq.com/api/cases/{id}/sync/ \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

OAuth2 access token obtained from POST /api/oauth/token/ using client credentials.

Path Parameters

id
integer
required

A unique integer value identifying this generic case.

Response

202 - application/json

Sync queued.