Passer au contenu principal
GET
/
scheduler
/
2026-03
/
meetings
/
meeting-links
Obtenir des pages de planification de réunions
curl --request GET \
  --url https://api.hubapi.com/scheduler/2026-03/meetings/meeting-links \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "defaultLink": true,
      "id": "<string>",
      "link": "<string>",
      "organizerUserId": "<string>",
      "slug": "<string>",
      "userIdsOfLinkMembers": [
        "<string>"
      ],
      "name": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123,
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}

Supported products

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

after
string

Le jeton de curseur de pagination de la dernière ressource lue avec succès sera renvoyé en tant que propriété JSON « paging.next.after » d'une réponse paginée contenant plus de résultats.

limit
integer<int32>

Le nombre maximum de résultats à afficher par page.

name
string
organizerUserId
string
type
enum<string>
Options disponibles:
GROUP_CALENDAR,
PERSONAL_LINK,
ROUND_ROBIN_CALENDAR

Réponse

successful operation

results
object[]
requis
total
integer<int32>
requis
paging
object
Dernière modification le 13 avril 2026