ZITADEL Docs
APIsCore ResourcesV2Action

List Execution Services

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

GET
/v2/actions/executions/services

Response Body

application/json

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

Was this page helpful?