Greek
English
Go to website
Back
Articles on:
Integrations
No description
What is the correct base URL and endpoint for fetching bookings/calendar data via the Hosthub API?
To fetch calendar events (bookings, availability) via the Hosthub API, use the following request: GET ``https://app.hosthub.com/api/2019-03-01/rentals/{rentalId}/calendar-events Authentication is done with an Authorization header set directly to your API key — do not use "Bearer" or any other prefix, just the raw API key. The endpoint https://app.hosthub.com/api/v1/bookings will return a 404 as it is not a valid endpoint. Full API documentation is available at https://www.hosthub.c
Few readers
How can I generate and use an API key with Hosthub?
How can I generate and use an API key with Hosthub?
Some readers