Enigma Analytics · Authentication Profile

Enigma Analytics Authentication

Authentication

Enigma Analytics secures its APIs with apiKey and bearer across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyBusiness DataKYBIdentity VerificationComplianceSanctions ScreeningGraphQLFintechData EnrichmentMCP
Methods: apiKey, bearer Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header ()
BearerAuth http
scheme: bearer

Source

Authentication Profile

enigma-analytics-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://documentation.enigma.com/reference/graphql_api/
docs: https://documentation.enigma.com/reference/graphql_api/
summary:
  types: [apiKey, bearer]
  api_key_in: [header]
  api_key_name: x-api-key
schemes:
  - name: ApiKeyAuth
    type: apiKey
    in: header
    parameter_name: x-api-key
    applies_to: Enigma GraphQL API (https://api.enigma.com/graphql)
    description: >-
      All GraphQL API requests require an x-api-key request header carrying an Enigma API key
      issued from the Enigma Console (https://console.enigma.com).
    sources: [https://documentation.enigma.com/reference/graphql_api/]
  - name: BearerAuth
    type: http
    scheme: bearer
    applies_to: Enigma MCP server (https://mcp.enigma.com/mcp)
    description: >-
      The remote MCP server authenticates with an Authorization bearer token tied to an Enigma API
      key. The Console "Agent tools" page emits ready-to-paste MCP client configuration with the
      key pre-filled. Unauthenticated calls return {"error":"invalid_token"}.
    sources: [https://documentation.enigma.com/guides/ai-mcp]