Gets a quote

Autogenerated code examples warning

The code samples autogenerated on this page in the top right area are invalid due to the input object types for this request.

Please use this curl example and adapt it to your preferred language:

curl --request GET \
     --url https://api.lodgify.com/v2/quote/{propertyId}?roomTypes[0].Id={roomTypeId}&roomTypes[0].People={numberOfPeople}&addOns[0].Id={addOnId}&addOns[0].Units={addOnUnits}' \
     --header 'X-ApiKey: YOUR_API_KEY' \
     --header 'accept: application/json'

Keep in mind that roomTypes and addOns are 0 index-based array objects.

Language
Authorization
Header
Click Try It! to start a request and see the response here!