booking-com · Authentication Profile

Booking Com Authentication

Authentication

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

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

Security Schemes

bearerAuth http
scheme: bearer
affiliateId apiKey
· in: header (X-Affiliate-Id)
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/booking-com-car-rentals-api-openapi.yml, openapi/booking-com-connectivity-content-api-openapi.yml,
  openapi/booking-com-connectivity-promotions-api-openapi.yml, openapi/booking-com-connectivity-rates-availability-api-openapi.yml,
  openapi/booking-com-connectivity-reservations-api-openapi.yml, openapi/booking-com-demand-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: Bearer token authentication. Include your API key token in the Authorization
    header.
  sources:
  - openapi/booking-com-car-rentals-api-openapi.yml
  - openapi/booking-com-demand-api-openapi.yml
- name: affiliateId
  type: apiKey
  in: header
  parameter: X-Affiliate-Id
  description: Your Booking.com Affiliate ID, required with every request.
  sources:
  - openapi/booking-com-car-rentals-api-openapi.yml
  - openapi/booking-com-demand-api-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication using your Connectivity partner username and password.
  sources:
  - openapi/booking-com-connectivity-content-api-openapi.yml
  - openapi/booking-com-connectivity-promotions-api-openapi.yml
  - openapi/booking-com-connectivity-rates-availability-api-openapi.yml
  - openapi/booking-com-connectivity-reservations-api-openapi.yml