Hotelbeds · Authentication Profile

Hotelbeds Authentication

Authentication

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

TravelHotelsBedbankAccommodationBooking
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (Api-key)
SignatureAuth apiKey
· in: header (X-Signature)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/hotelbeds-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: Api-key
  description: Your APItude API key, issued per API suite (Hotel, Activities, Transfers).
  sources:
  - openapi/hotelbeds-openapi.yml
- name: SignatureAuth
  type: apiKey
  in: header
  parameter: X-Signature
  description: SHA256 hash, in hexadecimal, of the concatenation of the API key, the shared
    secret, and the current Unix timestamp in seconds.
  sources:
  - openapi/hotelbeds-openapi.yml