This endpoint returns a list of value adds, including dynamic attributes, in either JSON or XML format. The response format is determined by the Accept header.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/valueadds-api/valueadds-api-specification/valueadds/properties/catalog
- Production serverhttps://supply-xml.booking.com/valueadds/properties/catalog
curl -i -X GET \
https://developers.booking.com/_mock/connectivity/docs/openapispecs/valueadds-api/valueadds-api-specification/valueadds/properties/catalog \
-H 'Accept: application/json'Successful response with a list of value adds.
Array []
Category of the value add (e.g., Food and Beverage, Spa).
Example:"Food and Beverage (F&B)"
Response
- application/json
- application/xml
[ { "id": 2001, "category": "Food and Beverage (F&B)", "type": "Credit or discount", "name": "Daily Credit Per adult - No Daily Accrual", "attributes": [ … ] } ]