Mesh Connect · Authentication Profile

Mesh Connect Authentication

Authentication

Mesh Connect secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

CompanyCrypto InfrastructureCrypto PaymentsDigital AssetsWalletsExchangesEmbedded FinanceStablecoinsPayments
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

Bearer http
scheme: bearer
Client-Secret apiKey
· in: header (X-Client-Secret)
Client-Id apiKey
· in: header (X-Client-Id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/mesh-connect-admin-openapi-original.json, openapi/mesh-connect-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: Bearer
  type: http
  scheme: bearer
  description: 'Authorization header using the Bearer scheme. Example: "Authorization: Bearer
    {Value}"'
  sources:
  - openapi/mesh-connect-admin-openapi-original.json
- name: Client-Secret
  type: apiKey
  in: header
  parameter: X-Client-Secret
  description: Contact Mesh to get client Secret
  sources:
  - openapi/mesh-connect-openapi-original.json
- name: Client-Id
  type: apiKey
  in: header
  parameter: X-Client-Id
  description: Contact Mesh to get client Id
  sources:
  - openapi/mesh-connect-openapi-original.json