Skip to main content
POST
/
case
/
id
/
{caseId}
/
action
/
resendinvite
Resend case invitation
curl --request POST \
  --url https://api-stage.karmacheck.io/case/id/{caseId}/action/resendinvite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'

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 resend an invitation for.

Body

application/json
email
string<email>
required

Response

OK