Skip to main content
POST
/
beta
/
guardian-ops
/
cases
/
{caseId}
/
trigger-playbook
cURL
curl --request POST \
  --url https://api.abusix.com/beta/guardian-ops/cases/{caseId}/trigger-playbook \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

caseId
string
required

Response

202 - undefined