echo3D · OAuth Scopes

echo3D OAuth Scopes

OAuth 2.0 searched

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

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.

Company3DAugmented RealityVirtual RealityDigital Asset Management3D ModelsContent DeliveryDeveloper ToolsSDKsWebAR
Scopes: 14 Flows: authorizationCode, clientCredentials Method: searched

Scopes (14)

ScopeDescriptionFlows
openid Authenticate the user and return an ID token (OIDC). authorizationCode
profile Access the user's basic profile claims. authorizationCode
email Access the user's email address. authorizationCode
email_verified Access the user's email-verification status. authorizationCode
offline_access Issue a refresh token for long-lived access. authorizationCode
name Access the user's full name claim. authorizationCode
given_name Access the user's given (first) name. authorizationCode
family_name Access the user's family (last) name. authorizationCode
nickname Access the user's nickname claim. authorizationCode
picture Access the user's profile picture URL. authorizationCode
created_at Access the user account creation timestamp. authorizationCode
identities Access linked identity provider records for the user. authorizationCode
phone Access the user's phone number claim. authorizationCode
address Access the user's address claim. authorizationCode

Source

OAuth Scopes

echo3d-scopes.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://api.echo3d.com/.well-known/openid-configuration
docs: https://api.echo3d.com/.well-known/openid-configuration
note: >-
  These OAuth/OIDC scopes govern the echo3D console/dashboard identity provider
  (Auth0 tenant echo3d.us.auth0.com), advertised via OIDC discovery on
  api.echo3d.com. The RESTful data API (upload/query/download/delete) does NOT
  use OAuth scopes — it authenticates with key + email + userKey. These are the
  standard OIDC scopes exposed by the identity provider, not data-plane
  permissions.
schemes:
- name: ConsoleOIDC
  issuer: https://echo3d.us.auth0.com/
  authorizationUrl: https://echo3d.us.auth0.com/authorize
  tokenUrl: https://echo3d.us.auth0.com/oauth/token
  flows:
  - authorizationCode
  - clientCredentials
scopes:
- scope: openid
  description: Authenticate the user and return an ID token (OIDC).
  flows: [authorizationCode]
- scope: profile
  description: Access the user's basic profile claims.
  flows: [authorizationCode]
- scope: email
  description: Access the user's email address.
  flows: [authorizationCode]
- scope: email_verified
  description: Access the user's email-verification status.
  flows: [authorizationCode]
- scope: offline_access
  description: Issue a refresh token for long-lived access.
  flows: [authorizationCode]
- scope: name
  description: Access the user's full name claim.
  flows: [authorizationCode]
- scope: given_name
  description: Access the user's given (first) name.
  flows: [authorizationCode]
- scope: family_name
  description: Access the user's family (last) name.
  flows: [authorizationCode]
- scope: nickname
  description: Access the user's nickname claim.
  flows: [authorizationCode]
- scope: picture
  description: Access the user's profile picture URL.
  flows: [authorizationCode]
- scope: created_at
  description: Access the user account creation timestamp.
  flows: [authorizationCode]
- scope: identities
  description: Access linked identity provider records for the user.
  flows: [authorizationCode]
- scope: phone
  description: Access the user's phone number claim.
  flows: [authorizationCode]
- scope: address
  description: Access the user's address claim.
  flows: [authorizationCode]