Sign in

Car suppliers

documented

Query car rental suppliers.

POST /cars/suppliersCar rentalsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl 'https://demandapi.booking.com/3.1/cars/suppliers' \
  -X POST \
  -H 'X-Affiliate-Id: {{BOOKING_AFFILIATE_ID}}' \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{"maximum_results": {{$maximum_results}}, "page": "{{$page}}", "suppliers": {{$suppliers}} }'
Car suppliers · Booking.com · OpenIntegrations