Altinity · Authentication Profile

Altinity Authentication

Authentication

Altinity secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the auth0-sso flow(s).

CompanyBig DataClickHouseAnalyticsDatabaseManaged CloudKubernetesReal-Time AnalyticsOpen Source
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: auth0-sso API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-Auth-Token)
Auth0SSO oauth2

Source

Authentication Profile

Raw ↑
generated: '2026-07-17'
method: searched
source: openapi/altinity-acm-openapi-original.json
docs: https://docs.altinity.com/altinitycloud/administratorguide/acm-api-quickstart/
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - auth0-sso
  notes: >-
    Primary auth is an ACM API key (or login token) passed in the X-Auth-Token
    header. Single sign-on is available via Auth0 oAuth token exchange
    (GetSingleAuth / DoSingleAuth). 2FA is supported via LoginVerify.
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-Auth-Token
  key_types:
  - ACM API key (My Account > API Access; default 24h expiry, adjustable)
  - Login token (POST /login)
  - Anywhere API token (single per account)
  sources:
  - openapi/altinity-acm-openapi-original.json
- name: Auth0SSO
  type: oauth2
  provider: Auth0
  flow: token-exchange
  operations:
  - GetSingleAuth
  - DoSingleAuth
  sources:
  - docs.altinity.com