curl --request GET \
--url https://{tenantDomain}/api/v2/actions/modules/{id}/versions \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"id": "<string>",
"module_id": "<string>",
"version_number": 123,
"code": "<string>",
"secrets": [
{
"name": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"dependencies": [
{
"name": "<string>",
"version": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"per_page": 123
}List all published versions of a specific Actions Module.
curl --request GET \
--url https://{tenantDomain}/api/v2/actions/modules/{id}/versions \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"id": "<string>",
"module_id": "<string>",
"version_number": 123,
"code": "<string>",
"secrets": [
{
"name": "<string>",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"dependencies": [
{
"name": "<string>",
"version": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"per_page": 123
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-docs-5492.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique ID of the module.
Use this field to request a specific page of the list results.
The maximum number of results to be returned by the server in a single response. 20 by default.
Cette page vous a-t-elle été utile ?