ZITADEL Docs
APIsCore ResourcesV2Action

List Execution Methods

List all available methods which can be used as condition for executions.

GET
/v2/actions/executions/methods

Response Body

application/json

curl -X GET "https://loading/v2/actions/executions/methods"
{
  "methods": [
    "string"
  ]
}

Was this page helpful?