Skip to main content
PUT
/
case
/
id
/
{caseId}
/
action
/
refreshinvite
Refresh invitation for case
curl --request PUT \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/action/refreshinvite \
  --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 refresh the invitation for.

Response

OK