C

Connectivity APIs

REST discovered

Details
URL
https://(secure)-supply-xml.booking.com/hotels/{ota or xml}/{API name}
Docs
https://developers.booking.com/connectivity/docs
Authentication
Connectivity API access token jwt discovered Get key ↗
Authorization: Bearer <credential>

First create a machine account with API token authentication in the Connectivity Portal to obtain a Client ID and Client Secret. Then call POST https://connectivity-authentication.booking.com/token-based-authentication/exchange with those values, following Using the token-based authentication scheme, to receive a short-lived JWT access token. The docs say the token expires after one hour.

Connectivity machine account username and password basic discovered Get credentials ↗
Authorization: Basic <credential>

Create or manage a machine account in the Connectivity Portal as described in Authentication and Credential-based authentication. Use the machine account username and password, Base64-encoded as username:password, in the Authorization: Basic ... header. Booking.com notes this method is planned to sunset on 31 Dec 2025.