GET {{baseUrl}}/meetings/:meetingId/invitation
Retrieve the meeting invitation note for a specific meeting. Scopes: Rate Limit Label: meeting:read
,meeting:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"invitation": "<string>",
"sip_links": [
"<string>",
"<string>"
]
} |
ENDPOINTS