Marketing
English
cURL
curl --request GET \ --url https://api.hubapi.com/scheduler/v3/meetings/meeting-links/book/availability-page/{slug} \ --header 'Authorization: Bearer <token>'
{ "linkAvailability": { "hasMore": true, "linkAvailabilityByDuration": {} }, "allUsersBusyTimes": [ { "meetingsUser": { "isSalesStarter": true, "calendarProvider": "<string>", "id": "<string>", "userId": "<string>", "userProfile": { "firstName": "<string>", "lastName": "<string>", "fullName": "<string>", "email": "<string>" } }, "busyTimes": [ { "start": 123, "end": 123 } ], "isOffline": true } ] }
Get the next availability times for a meeting page.
scheduler.meetings.meeting-link.read
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The response is of type object.
object
Was this page helpful?