Sign in

Hotel facility types

documented

Retrieve hotel facility types.

GET /demand-api-v2-compatible/hotelFacilityTypesFacilitiesno 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://metasearch-connect-api.booking.com/demand-api-v2-compatible/hotelFacilityTypes?facility_type_ids={{$facility_type_ids}}&hotel_facility_type_ids={{$hotel_facility_type_ids}}&languages={{$languages}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Hotel facility types · Booking.com · OpenIntegrations