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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;attendees&quot;:[{&quot;join_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},{&quot;join_url&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}]}