POST {{baseUrl}}/webinars/:webinarId/invite_links
Create a batch of invitation links for a webinar. Prerequisites: Scopes: Rate Limit Label:
webinar:write
,webinar:write:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"attendees": [
{
"join_url": "<string>",
"name": "<string>"
},
{
"join_url": "<string>",
"name": "<string>"
}
]
} |
ENDPOINTS