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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the playbook transition node where the case is currently paused
The path label to follow (e.g., "a", "b")