Skip to main content

List all available service​

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

Responses

List all services successfully


Schema
    services string[]
GET /v3alpha/executions/services

Authorization

name: OAuth2type: oauth2scopes: openid,urn:zitadel:iam:org:project:id:zitadel:audflows: {
  "authorizationCode": {
    "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize",
    "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token",
    "scopes": {
      "openid": "openid",
      "urn:zitadel:iam:org:project:id:zitadel:aud": "urn:zitadel:iam:org:project:id:zitadel:aud"
    }
  }
}

Request

Base URL
https://$CUSTOM-DOMAIN
Bearer Token
Accept
curl / cURL
curl -L -X GET 'https://$CUSTOM-DOMAIN/v3alpha/executions/services' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'