MetaMap · Authentication Profile

Metamap Authentication

Authentication

MetaMap secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

Identity VerificationKYCAMLAnti-Money LaunderingComplianceBiometricsDocument VerificationFacematchLivenessGovCheckWatchlistBackground CheckCredit CheckRiskFraud PreventionOnboardingLatAmAfricaMobile SDK
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/metamap-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: JWT obtained via POST /oauth using client_id / client_secret as HTTP Basic.
  sources:
  - openapi/metamap-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: Used only on POST /oauth for the initial token exchange.
  sources:
  - openapi/metamap-openapi.yml