POST
/v1/actions
Create an action/automation
GET
/v1/actions
Get actions/automations
PUT
/v1/actions/{action_identifier}
Change an action/automation
GET
/v1/actions/{action_identifier}
Get an action/automation
DELETE
/v1/actions/{action_identifier}
Delete an action/automation
POST
/v1/blueprints/{blueprint_identifier}/actions
This route is deprecated since November 20th 2024
PUT
/v1/blueprints/{blueprint_identifier}/actions
This route is deprecated since November 20th 2024
GET
/v1/blueprints/{blueprint_identifier}/actions
This route is deprecated since November 20th 2024
PUT
/v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
This route is deprecated since November 20th 2024
GET
/v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
This route is deprecated since November 20th 2024
DELETE
/v1/blueprints/{blueprint_identifier}/actions/{action_identifier}
This route is deprecated since November 20th 2024
GET
/v1/actions/{action_identifier}/permissions
Get an action's permissions
PATCH
/v1/actions/{action_identifier}/permissions
Update an action's permissions