Logo
Zoom Public API Documentation

Create a H.323/SIP device

POST {{baseUrl}}/h323/devices

A H.323 or SIP device can make a video call to a Room Connector to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to add a H.323/SIP device to your Zoom account

Scopes: h323:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "encryption": "auto", "ip": "<string>", "name": "<string>", "protocol": "SIP", "id": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/h323/devices' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"encryption":"auto","ip":"\u003cstring\u003e","name":"\u003cstring\u003e","protocol":"SIP"}'

ENDPOINTS