Create webinar's invite links
POST {{baseUrl}}/webinars/:webinarId/invite_links
Create a batch of invitation links for a webinar.
Prerequisites:
- Business, Education or API Plan with the Webinar add-on.
Scopes: webinar:write
,webinar:write:admin
Rate Limit Label: LIGHT
Request Body
{"attendees"=>[{"name"=>"<string>"}], "ttl"=>7200}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"attendees":[{"join_url":"\u003cstring\u003e","name":"\u003cstring\u003e"},{"join_url":"\u003cstring\u003e","name":"\u003cstring\u003e"}]}