Impala · Authentication Profile

Impala Authentication

Authentication

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

CompanyHotelsTravelBookingHospitalityPaymentsDefunct
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

API_Key_Authentication apiKey
· in: header (x-api-key)
paymentAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/impala-hotels-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: API_Key_Authentication
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/impala-hotels-openapi-original.json
- name: paymentAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/impala-hotels-openapi-original.json