Booking Engine
Use the Availability API
Endpoint
POST /api/v1/get-new-avilabliltyExample curl Request
curl Requestcurl "/api/v1/get-new-avilablilty" \
-H "accept: application/json, text/plain, */*" \
-H "content-type: application/json" \
-H "origin: https://docs.hostelmate.co" \
--data-raw '{
"dates":["2024-10-04","2024-10-05"],
"property":"bedb0caf-099b-4cd8-b009-7830211f3c59"
}'Request Payload
Field
Type
Description
Response
Field
Type
Description
Last updated