Skip to main content
POST
/
case
/
unarchive
/
{caseId}
Unarchive case
curl --request POST \
  --url https://api-stage.karmacheck.io/case/unarchive/{caseId} \
  --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 unarchive.

Response

OK