Elliptic · Authentication Profile

Elliptic Authentication

Authentication

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

BlockchainCryptoComplianceAMLTransaction ScreeningWallet ScreeningRisk ScoringAnalytics
Methods: apiKey, http, oauth2 Schemes: 5 OAuth flows: authorizationCode API key in: header

Security Schemes

oauth2 oauth2
· flows: authorizationCode
apiKey apiKey
· in: header (x-access-key)
signature apiKey
· in: header (x-access-sign)
timestamp apiKey
· in: header (x-access-timestamp)
bearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aml-api-oauth.json, openapi/aml-api-v2.json, openapi/aml-api-v3.json, openapi/data-fabric.yaml,
  openapi/ia-api.json
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.elliptic.co/authorize
    tokenUrl: https://login.elliptic.co/oauth/token
    scopes: 2
  sources:
  - openapi/aml-api-oauth.json
- name: apiKey
  type: apiKey
  in: header
  parameter: x-access-key
  description: API Key
  sources:
  - openapi/aml-api-oauth.json
  - openapi/aml-api-v2.json
  - openapi/aml-api-v3.json
  - openapi/ia-api.json
- name: signature
  type: apiKey
  in: header
  parameter: x-access-sign
  description: (Request Time, HTTP Method, Lowercase Path, Request Payload) signed with API
    Secret
  sources:
  - openapi/aml-api-oauth.json
  - openapi/aml-api-v2.json
  - openapi/aml-api-v3.json
  - openapi/ia-api.json
- name: timestamp
  type: apiKey
  in: header
  parameter: x-access-timestamp
  sources:
  - openapi/aml-api-oauth.json
  - openapi/aml-api-v2.json
  - openapi/aml-api-v3.json
  - openapi/ia-api.json
- name: bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Bearer Authentication
  sources:
  - openapi/aml-api-v2.json
  - openapi/aml-api-v3.json
  - openapi/data-fabric.yaml
  - openapi/ia-api.json