Get a webinar SIP URI with Passcode

POST {{baseUrl}}/webinars/:webinarId/sip_dialing

Get a webinar's SIP URI. The URI consists of the webinar ID, an optional user-supplied passcode, and participant identifier code. The API return data also includes additional fields to indicate whether the API caller has a valid Cloud Room Connector subscription, the participant identifier code from the URI, and the SIP URI validity period in seconds.

Scopes: webinar:write:admin:sip_dialing,webinar:write:sip_dialing

Rate Limit Label: LIGHT

Request Body

{"passcode"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;sip_dialing&quot;:&quot;\u003cstring\u003e&quot;,&quot;paid_crc_plan_participant&quot;:&quot;\u003cboolean\u003e&quot;,&quot;participant_identifier_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;expire_in&quot;:&quot;\u003clong\u003e&quot;}