WeTravel · Authentication Profile

Wetravel Authentication

Authentication

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

CompanyBusiness ApplicationsTravelBookingPaymentsTrip ManagementTour OperatorsTravel Technology
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
tokenAuth apiKey
· in: header (X-Api-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/wetravel-partner-openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/wetravel-partner-openapi.json
- name: tokenAuth
  type: apiKey
  in: header
  parameter: X-Api-Key
  sources:
  - openapi/wetravel-partner-openapi.json