Skip to main content
PUT
/
case
/
id
/
{caseId}
/
action
/
beginprocessing
Begin processing case
curl --request PUT \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/action/beginprocessing \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

caseId
string
required

The ID of the case to begin processing.

Response

OK