Logo
Zoom Public API Documentation

Get a meeting SIP URI with Passcode

POST {{baseUrl}}/meetings/:meetingId/sip_dialing

Get a meeting's SIP URI. The URI consists of the meeting ID, (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: meeting:write:sip_dialing,meeting:write:admin:sip_dialing

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "sip_dialing": "<string>", "paid_crc_plan_participant": "<boolean>", "participant_identifier_code": "<string>", "expire_in": "<long>" }



Curl
curl -X POST 'https://api.zoom.us/v2/meetings/:meetingId/sip_dialing' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"passcode":"\u003cstring\u003e"}'

ENDPOINTS