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>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "node": "<string>",
  "path": "<string>"
}
'
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

Body

application/json
node
string
required

The ID of the playbook transition node where the case is currently paused

path
string
required

The path label to follow (e.g., "a", "b")

Response

202 - undefined