echo3D · Authentication Profile

Echo3D Authentication

Authentication

echo3D secures its APIs with apiKey and oidc across 5 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

Company3DAugmented RealityVirtual RealityDigital Asset Management3D ModelsContent DeliveryDeveloper ToolsSDKWebAR
Methods: apiKey, oidc Schemes: 5 OAuth flows: authorizationCode, clientCredentials API key in: query, body

Security Schemes

CollectionKey apiKey
· in: query (key)
AccountEmail apiKey
· in: query (email)
UserKey apiKey
· in: query (userKey)
SecretKey apiKey
· in: query (secKey)
ConsoleOIDC openIdConnect

Source

Authentication Profile

echo3d-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: >-
  https://docs.echo3d.com/api and
  https://api.echo3d.com/.well-known/openid-configuration
docs: https://docs.echo3d.com/quickstart/get-api-key
summary:
  types:
  - apiKey
  - oidc
  api_key_in:
  - query
  - body
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: CollectionKey
  type: apiKey
  in: query
  parameter: key
  required: true
  description: >-
    The target collection API key (e.g. some-words-1234). Identifies the echo3D
    collection the request operates on. Passed as a query parameter on GET
    endpoints and as form-body data on POST endpoints.
  sources:
  - https://docs.echo3d.com/api/queries
- name: AccountEmail
  type: apiKey
  in: query
  parameter: email
  required: true
  description: The account email address associated with the request.
  sources:
  - https://docs.echo3d.com/api/queries
- name: UserKey
  type: apiKey
  in: query
  parameter: userKey
  required: true
  description: >-
    The personal authentication key for the account, obtained from the console
    Security section. Combined with key + email to authenticate API calls.
  sources:
  - https://docs.echo3d.com/api/queries
- name: SecretKey
  type: apiKey
  in: query
  parameter: secKey
  required: false
  description: >-
    Optional collection secret key. Required only when secret-key protection is
    enabled on the collection via the console Security tab, adding a shared
    secret to every API call.
  sources:
  - https://docs.echo3d.com/web-console/manage-pages/collections-and-sharing/security
- name: ConsoleOIDC
  type: openIdConnect
  openIdConnectUrl: https://api.echo3d.com/.well-known/openid-configuration
  issuer: https://echo3d.us.auth0.com/
  description: >-
    OpenID Connect (Auth0) identity provider backing console/dashboard login and
    account management. Separate from the collection API-key auth used by the
    RESTful query API. Supports authorizationCode, clientCredentials,
    refreshToken and device-code grants; PKCE (S256) supported.
  sources:
  - https://api.echo3d.com/.well-known/openid-configuration
notes: >-
  The echo3D RESTful data API (api.echo3d.com) is authenticated with an API-key
  triple (key + email + userKey) plus an optional collection secKey — there are
  no OAuth scopes on the data plane. OIDC/Auth0 governs console identity only.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/echo3d-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.