Endpoints for listing and retrieving playbooks for the current organization.
Create a playbook
Creates a new playbook for the current organization. name is required; description is optional.
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Request Body
namestring · requiredName for the new playbook.
descriptionstringOptional description for the new playbook.
Responses
Playbook created; returns the new playbook resource
dataobject · required
Retrieve a playbook
Shows one playbook for the current organization (by id).
path Parameters
playbook_idstring · uuid · requiredPlaybook id
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
A single playbook
dataobject · required
Archive a playbook
Archives one playbook for the current organization (by id).
path Parameters
playbook_idstring · uuid · requiredPlaybook id
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Playbook archived; no content returned
Update a playbook
Updates the name and/or description of a single playbook. Send only the fields you want to change.
path Parameters
playbook_idstring · uuid · requiredPlaybook id
Headers
Authorizationstring · requiredThe
Authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Updated playbook
dataobject · required