Thanx · Authentication Profile

Thanx Authentication

Authentication

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

RestaurantLoyaltyGuest EngagementMarketingCRMOnline OrderingWebhooksPointsRewardsCampaigns
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
clientId apiKey
· in: header (X-ClientId)
merchantKey apiKey
· in: header (Merchant-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/thanx-consumer-api-openapi.yml, openapi/thanx-loyalty-api-openapi.yml, openapi/thanx-partner-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: End-user access token acquired through Thanx SSO.
  sources:
  - openapi/thanx-consumer-api-openapi.yml
  - openapi/thanx-loyalty-api-openapi.yml
  - openapi/thanx-partner-api-openapi.yml
- name: clientId
  type: apiKey
  in: header
  parameter: X-ClientId
  description: Client-specific identifier provided by Thanx.
  sources:
  - openapi/thanx-consumer-api-openapi.yml
  - openapi/thanx-partner-api-openapi.yml
- name: merchantKey
  type: apiKey
  in: header
  parameter: Merchant-Key
  description: Merchant key provided by Thanx.
  sources:
  - openapi/thanx-loyalty-api-openapi.yml