Auth0 · Capability
Auth0 Management API — Actions
Auth0 Management API capability covering the Actions resource group (16 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 24 operations.
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: "Auth0 Management API \u2014 Actions"
description: Auth0 Management API capability covering the Actions resource group (16 paths). Self-contained Naftiko capability covering one
Auth0 Management surface. 24 operations.
tags:
- Auth0
- Management API
- Actions
created: '2026-05-22'
modified: '2026-05-22'
binds:
- namespace: env
keys:
AUTH0_DOMAIN: AUTH0_DOMAIN
AUTH0_MGMT_TOKEN: AUTH0_MGMT_TOKEN
capability:
consumes:
- type: http
namespace: auth0-management-actions
baseUri: https://{AUTH0_DOMAIN}/api/v2
description: "Auth0 Management API \u2014 Actions resource group. Self-contained."
resources:
- name: actions-actions
path: /actions/actions
operations:
- name: get_actions
method: GET
description: Get Actions
outputRawFormat: json
- name: post_action
method: POST
description: Create an Action
outputRawFormat: json
- name: actions-actions-actionId-versions
path: /actions/actions/{actionId}/versions
operations:
- name: get_action_versions
method: GET
description: Get an Action's Versions
outputRawFormat: json
- name: actions-actions-actionId-versions-id
path: /actions/actions/{actionId}/versions/{id}
operations:
- name: get_action_version
method: GET
description: Get a Specific Version of an Action
outputRawFormat: json
- name: actions-actions-actionId-versions-id-deploy
path: /actions/actions/{actionId}/versions/{id}/deploy
operations:
- name: post_deploy_draft_version
method: POST
description: Roll Back to a Previous Action Version
outputRawFormat: json
- name: actions-actions-id
path: /actions/actions/{id}
operations:
- name: get_action
method: GET
description: Get an Action
outputRawFormat: json
- name: delete_action
method: DELETE
description: Delete an Action
outputRawFormat: json
- name: patch_action
method: PATCH
description: Update an Action
outputRawFormat: json
- name: actions-actions-id-deploy
path: /actions/actions/{id}/deploy
operations:
- name: post_deploy_action
method: POST
description: Deploy an Action
outputRawFormat: json
- name: actions-actions-id-test
path: /actions/actions/{id}/test
operations:
- name: post_test_action
method: POST
description: Test an Action
outputRawFormat: json
- name: actions-executions-id
path: /actions/executions/{id}
operations:
- name: get_execution
method: GET
description: Get an Execution
outputRawFormat: json
- name: actions-modules
path: /actions/modules
operations:
- name: get_action_modules
method: GET
description: List Actions Modules
outputRawFormat: json
- name: post_action_module
method: POST
description: Create a New Actions Module
outputRawFormat: json
- name: actions-modules-id
path: /actions/modules/{id}
operations:
- name: get_action_module
method: GET
description: Get a Specific Actions Module by ID
outputRawFormat: json
- name: delete_action_module
method: DELETE
description: Delete a Specific Actions Module by ID
outputRawFormat: json
- name: patch_action_module
method: PATCH
description: Update a Specific Actions Module
outputRawFormat: json
- name: actions-modules-id-actions
path: /actions/modules/{id}/actions
operations:
- name: get_action_module_actions
method: GET
description: List All Actions Using an Actions Module
outputRawFormat: json
- name: actions-modules-id-rollback
path: /actions/modules/{id}/rollback
operations:
- name: post_action_module_rollback
method: POST
description: Rollback an Actions Module to a Previous Version
outputRawFormat: json
- name: actions-modules-id-versions
path: /actions/modules/{id}/versions
operations:
- name: get_action_module_versions
method: GET
description: List All Versions of an Actions Module
outputRawFormat: json
- name: post_action_module_version
method: POST
description: Create a New Version of an Actions Module
outputRawFormat: json
- name: actions-modules-id-versions-versionId
path: /actions/modules/{id}/versions/{versionId}
operations:
- name: get_action_module_version
method: GET
description: Get a Specific Version of an Actions Module
outputRawFormat: json
- name: actions-triggers
path: /actions/triggers
operations:
- name: get_triggers
method: GET
description: Get Triggers
outputRawFormat: json
- name: actions-triggers-triggerId-bindings
path: /actions/triggers/{triggerId}/bindings
operations:
- name: get_bindings
method: GET
description: Get Trigger Bindings
outputRawFormat: json
- name: patch_bindings
method: PATCH
description: Update Trigger Bindings
outputRawFormat: json