Sign in

Car details

documented

Retrieve detailed information about cars.

POST /cars/detailsCar 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.2/cars/details" \
  -X POST \
  -H "Authorization: Bearer {{BOOKING_API_KEY}}" \
  -H "X-Affiliate-Id: {{BOOKING_AFFILIATE_ID}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"last_modified": "{{$last_modified}}", "maximum_results": {{$maximum_results}}}'
Car details · Booking.com · OpenIntegrations