Sign in

Get promotions

documented

Retrieve existing promotions.

GET /getpromotionsPromotions APIno 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://supply-xml.booking.com/hotels/xml/getpromotions" \
  -X POST \
  -H "Content-Type: application/xml" \
  -H "Accept: application/xml" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '<request><hotel_id>{{$hotel_id}}</hotel_id><id>{{$promotion_id}}</id></request>'
Get promotions · Booking.com · OpenIntegrations