Marketing
English
cURL
curl --request GET \ --url https://api.hubapi.com/scheduler/v3/meetings/meeting-links \ --header 'Authorization: Bearer <token>'
{ "total": 123, "paging": { "next": { "link": "", "after": "" } }, "results": [ { "userIdsOfLinkMembers": [ "<string>" ], "createdAt": "2023-11-07T05:31:56Z", "link": "<string>", "name": "<string>", "organizerUserId": "<string>", "id": "<string>", "defaultLink": true, "type": "<string>", "slug": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Get a paged list meeting scheduling pages
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?