How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Auth0 actions API

The actions API from Auth0 — 16 operation(s) for actions.

Auth0 actions API is one of 76 APIs that Auth0 publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Actions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and an AsyncAPI specification.

This API exposes 24 operations across 16 paths, and defines 69 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://{tenantDomain}/api/v2.

24 operations 16 paths 69 schemas 2 DELETE12 GET3 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://your-tenant.auth0.com/api/v2
Authentication
HTTP Bearer, OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 2

Auth0 actions API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (jwt) (bearerAuth). It supports OAuth 2.0 (oAuth2ClientCredentials) using the clientCredentials flow, exposing 221 scopes. By default, every request must be authenticated.

Paths & Operations 24

Across 16 paths, the API surfaces 24 operations — 2 DELETE, 12 GET, 3 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

actions 24
GET
/actions/actions
Get Actions
get_actions 6 params → 200400401403429
POST
/actions/actions
Create an Action
post_action body → 201400401403429
GET
/actions/actions/{actionId}/versions
Get an Action's Versions
get_action_versions 3 params → 200400401403429
GET
/actions/actions/{actionId}/versions/{id}
Get a Specific Version of an Action
get_action_version 2 params → 200400401403404429
POST
/actions/actions/{actionId}/versions/{id}/deploy
Roll Back to a Previous Action Version
post_deploy_draft_version 2 params body → 202400401403429
GET
/actions/actions/{id}
Get an Action
get_action 1 param → 200400401403404429
DELETE
/actions/actions/{id}
Delete an Action
delete_action 2 params → 204400401403404429
PATCH
/actions/actions/{id}
Update an Action
patch_action 1 param body → 200400401403404429
POST
/actions/actions/{id}/deploy
Deploy an Action
post_deploy_action 1 param → 202400401403429
POST
/actions/actions/{id}/test
Test an Action
post_test_action 1 param body → 200400401403429
GET
/actions/executions/{id}
Get an Execution
get_execution 1 param → 200400401403404429
GET
/actions/modules
List Actions Modules
get_action_modules 2 params → 200400401403429
POST
/actions/modules
Create a New Actions Module
post_action_module body → 201400401403409429
GET
/actions/modules/{id}
Get a Specific Actions Module by ID
get_action_module 1 param → 200400401403404429
DELETE
/actions/modules/{id}
Delete a Specific Actions Module by ID
delete_action_module 1 param → 204400401403404412429
PATCH
/actions/modules/{id}
Update a Specific Actions Module
patch_action_module 1 param body → 200400401403404409429
GET
/actions/modules/{id}/actions
List All Actions Using an Actions Module
get_action_module_actions 3 params → 200400401403404429
POST
/actions/modules/{id}/rollback
Rollback an Actions Module to a Previous Version
post_action_module_rollback 1 param body → 200400401403404409429
GET
/actions/modules/{id}/versions
List All Versions of an Actions Module
get_action_module_versions 3 params → 200400401403404429
POST
/actions/modules/{id}/versions
Create a New Version of an Actions Module
post_action_module_version 1 param → 200400401403404409412
GET
/actions/modules/{id}/versions/{versionId}
Get a Specific Version of an Actions Module
get_action_module_version 2 params → 200400401403404429
GET
/actions/triggers
Get Triggers
get_triggers → 200400401403429
GET
/actions/triggers/{triggerId}/bindings
Get Trigger Bindings
get_bindings 3 params → 200400401403429
PATCH
/actions/triggers/{triggerId}/bindings
Update Trigger Bindings
patch_bindings 1 param body → 200400401403429

Schemas 69

The contract defines 69 schemas that model the data the API accepts and returns. The most detailed are GetActionResponseContent (17 properties), Action (17 properties), CreateActionResponseContent (17 properties), UpdateActionResponseContent (17 properties). Each schema is shown below with its type and property counts.

Integration
object
Integration defines a self contained functioning unit which partners publish. A partner may create one or many of these integrations.
15 properties
ActionModuleVersion
object
7 properties
TestActionPayload
object
The payload for the action.
ActionDeployedVersion
object
The version of the action that is currently deployed.
16 properties
TestActionRequestContent
object
1 property 1 required
CreateActionModuleVersionResponseContent
object
7 properties
UpdateActionRequestContent
object
7 properties
ActionBuildStatusEnum
string
The build status of this action.
IntegrationRequiredParamTypeEnum
string
ActionModuleDependencyRequest
object
2 properties 2 required
ActionSecretResponse
object
2 properties
ActionBinding
object
Binding is the associative entity joining a trigger, and an action together.
6 properties
ActionModuleAction
object
5 properties
ActionExecutionStatusEnum
string
The overall status of an execution.
ListActionVersionsPaginatedResponseContent
object
4 properties
ActionModuleListItem
object
10 properties
GetActionVersionResponseContent
object
16 properties
GetActionExecutionResponseContent
object
The result of a specific execution of a trigger.
6 properties
DeployActionVersionRequestContent
objectnull
1 property
IntegrationFeatureTypeEnum
string
featuretype is the type of the integration.
DeployActionResponseContent
object
16 properties
GetActionModulesResponseContent
object
4 properties
ActionVersion
object
16 properties
ActionTrigger
object
7 properties 1 required
ActionModuleVersionReference
object
The latest published version as a reference object. Omitted if no versions have been published.
6 properties
GetActionModuleActionsResponseContent
object
4 properties
UpdateActionModuleRequestContent
object
3 properties
RollbackActionModuleRequestContent
object
1 property 1 required
CreateActionRequestContent
object
8 properties 2 required
ActionTriggerCompatibleTrigger
object
2 properties 2 required
ActionVersionBuildStatusEnum
string
The build status of this specific version.
ActionTriggerTypeEnum
string
An actions extensibility point.
ActionModuleReference
object
Reference to a module and its version used by an action.
4 properties
IntegrationRequiredParamOption
object
2 properties
ActionBindingWithRef
object
3 properties 1 required
ListActionsPaginatedResponseContent
object
4 properties
UpdateActionBindingsRequestContent
object
1 property
IntegrationSemVer
object
Semver denotes the major.minor version of an integration release
2 properties
ActionModuleDependency
object
2 properties
ActionVersionDependency
object
Dependency is an npm module. These values are used to produce an immutable artifact, which manifests as a layerid.
3 properties
CreateActionResponseContent
object
17 properties
TestActionResponseContent
object
1 property
GetActionModuleResponseContent
object
11 properties
ActionBase
object
The action to which this version belongs.
6 properties
ListActionTriggersResponseContent
object
1 property
UpdateActionResponseContent
object
17 properties
CreateActionModuleRequestContent
object
6 properties 2 required
ActionSecretRequest
object
2 properties
CreateActionModuleResponseContent
object
11 properties
UpdateActionBindingsResponseContent
object
1 property
ListActionBindingsPaginatedResponseContent
object
4 properties
ActionBindingTypeEnum
string
In order to execute an Action, it must be bound to a trigger using a binding. trigger-bound means that bindings are managed by the tenant. entity-bound means t…
TestActionResultPayload
object
The resulting payload after an action was executed.
ActionBindingRef
object
A reference to an action. An action can be referred to by ID or by Name.
2 properties
ActionError
object
Error is a generic error with a human readable id which should be easily referenced in support tickets.
3 properties
UpdateActionModuleResponseContent
object
11 properties
IntegrationRelease
object
5 properties
DeployActionVersionResponseContent
object
16 properties
GetActionModuleVersionResponseContent
object
7 properties
UpdateActionBindingItem
RollbackActionModuleResponseContent
object
11 properties
ActionExecutionResult
object
Captures the results of a single action being executed.
4 properties
ActionBindingRefTypeEnum
string
How the action is being referred to: actionid or actionname.
IntegrationRequiredParam
object
Param are form input values, primarily utilized when specifying secrets and configuration values for actions. These are especially important for partner integr…
9 properties
GetActionModuleVersionsResponseContent
object
4 properties
ActionModuleSecret
object
2 properties
ActionModuleSecretRequest
object
2 properties 2 required
Action
object
17 properties
GetActionResponseContent
object
17 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

auth0-actions-api-openapi.yml Raw ↑

Other APIs Auth0 publishes across the network.

Auth0 My Account API
Auth0 My Organization API
Auth0 for AI Agents
Auth0 anomaly API
Auth0 Assertions API
Auth0 attack-protection API
Auth0 Authorization Models API
Auth0 Authorize User API
Auth0 AuthZenService API
Auth0 branding API
Auth0 client-grants API
Auth0 clients API
Where this information came from

This is an independent, third-party profile of Auth0 actions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.