Aescape · OAuth Scopes

Aescape OAuth Scopes

OAuth 2.0 probed

Aescape publishes 6 OAuth 2.0 scopes via the authorizationCode, clientCredentials, deviceCode, and implicit flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Aescape API on a user’s behalf.

Tokens are issued from https://aescape-8ocoec.zitadel.cloud/oauth/v2/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyRoboticsHealth and WellnessFitnessMassageArtificial IntelligenceConsumer HardwareHospitalityRecoveryIdentity
Scopes: 6 Flows: authorizationCode, clientCredentials, deviceCode, implicit Method: probed

OAuth endpoints

Authorization URL
https://aescape-8ocoec.zitadel.cloud/oauth/v2/authorize
Token URL
https://aescape-8ocoec.zitadel.cloud/oauth/v2/token
Flows
authorizationCodeclientCredentialsdeviceCodeimplicit

Scopes (6)

ScopeDescriptionFlows
openid Required OpenID Connect scope; requests an ID token identifying the end user.
profile Access to the end user's default profile claims — name, family_name, given_name, preferred_username, locale.
email Access to the email and email_verified claims.
phone Access to the phone_number and phone_number_verified claims.
address Access to the end user's address claim.
offline_access Requests a refresh token so the client can obtain new access tokens without the end user present.

Source

OAuth Scopes

aescape-scopes.yml Raw ↑
generated: '2026-07-31'
method: probed
source: https://aescape-8ocoec.zitadel.cloud/.well-known/openid-configuration
note: >-
  Scopes are read verbatim from scopes_supported in the OIDC discovery document of
  Aescape's production Zitadel tenant. Aescape publishes no OpenAPI and no public
  scopes/permissions reference page, so this is the complete publicly advertised
  scope surface. These are the standard OpenID Connect scopes; no Aescape-specific
  application scopes (for example massage session, booking or device scopes) are
  publicly advertised.
docs: null
schemes:
- name: AescapeOIDC
  source: well-known/aescape-openid-configuration.json
  issuer: https://aescape-8ocoec.zitadel.cloud
  flows:
  - flow: authorizationCode
    authorizationUrl: https://aescape-8ocoec.zitadel.cloud/oauth/v2/authorize
    tokenUrl: https://aescape-8ocoec.zitadel.cloud/oauth/v2/token
    pkce: S256
  - flow: clientCredentials
    tokenUrl: https://aescape-8ocoec.zitadel.cloud/oauth/v2/token
  - flow: deviceCode
    deviceAuthorizationUrl: https://aescape-8ocoec.zitadel.cloud/oauth/v2/device_authorization
    tokenUrl: https://aescape-8ocoec.zitadel.cloud/oauth/v2/token
  - flow: implicit
    authorizationUrl: https://aescape-8ocoec.zitadel.cloud/oauth/v2/authorize
scopes:
- scope: openid
  description: Required OpenID Connect scope; requests an ID token identifying the
    end user.
  standard: OpenID Connect Core 1.0
  sources: [well-known/aescape-openid-configuration.json]
- scope: profile
  description: Access to the end user's default profile claims — name, family_name,
    given_name, preferred_username, locale.
  standard: OpenID Connect Core 1.0
  sources: [well-known/aescape-openid-configuration.json]
- scope: email
  description: Access to the email and email_verified claims.
  standard: OpenID Connect Core 1.0
  sources: [well-known/aescape-openid-configuration.json]
- scope: phone
  description: Access to the phone_number and phone_number_verified claims.
  standard: OpenID Connect Core 1.0
  sources: [well-known/aescape-openid-configuration.json]
- scope: address
  description: Access to the end user's address claim.
  standard: OpenID Connect Core 1.0
  sources: [well-known/aescape-openid-configuration.json]
- scope: offline_access
  description: Requests a refresh token so the client can obtain new access tokens
    without the end user present.
  standard: OpenID Connect Core 1.0
  sources: [well-known/aescape-openid-configuration.json]
coverage:
  scopes_total: 6
  standard_oidc: 6
  application_specific: 0