Issue with HubSpot Scheduler API: Incomplete Availability Data
I’m trying to use the HubSpot Scheduler API endpoint:
https://api.hubapi.com/scheduler/v3/meetings/meeting-links/book/availability-page/{slug}?timezone=Europe%2FAmsterdamI receive a response from the API that is mostly correct, but it only includes available slots for the next two days. In the response, there is a property called hasMore which is true, but there are no options provided to retrieve the additional dates.
I’ve tried using query parameters like offset and page, but they don’t seem to work.
Has anyone encountered this issue or knows the correct way to retrieve all available slots beyond the initial days?