get https://api.lodgify.com/v1/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/v1/quote/{propertyId}?roomTypes[0].Id={roomTypeId}&roomTypes[0].People={numberOfPeople}&roomTypes[0].guest_breakdown.adults={numberofAdults}&roomTypes[0].guest_breakdown.pets={numberofPets}&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.