Skip to main content
GET
/
scheduler
/
v3
/
meetings
/
meeting-links
Get meeting scheduling pages
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"
    }
  ]
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Professional
Sales HubSales Hub -Professional
Service HubService Hub -Professional
Content HubContent Hub -Professional
This API requires one of the following scopes:
scheduler.meetings.meeting-link.read

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

successful operation

total
integer
required
results
object[]
required
paging
object