Enigma · Authentication Profile

Enigma Authentication

Authentication

Enigma 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 authorizationCode flow(s).

CompanyBusiness DataIdentity ResolutionKYBComplianceFraudGraphQLData EnrichmentFinancial ServicesMCP
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

apiKey apiKey
· in: header ()
oauth2 oauth2

Source

Authentication Profile

enigma-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://documentation.enigma.com/guides/graphql/api
docs: https://documentation.enigma.com/
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter_name: x-api-key
  applies_to:
  - Enigma GraphQL Data API (https://api.enigma.com/graphql)
  - Enigma KYB REST API (https://api.enigma.com/v2/kyb/)
  notes: >-
    Each request must include the x-api-key header with your API key. Keys are managed
    via the Enigma Console (https://console.enigma.com/) or an account representative.
- name: oauth2
  type: oauth2
  version: '2.1'
  applies_to:
  - Enigma MCP server (https://mcp.enigma.com/mcp)
  notes: >-
    The remote MCP server authenticates with OAuth 2.1 and enforces OAuth-scoped access
    to Enigma tools; scope reference is not publicly documented.