Logo
Zoom Public API Documentation

Enable SIP phone

POST {{baseUrl}}/sip_phones

Zoom's Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to enable a user to use SIP phone.

Prerequisites: * Currently only supported on Cisco and Avaya PBX systems. * The account owner or account admin must first enable SIP Phone Integration by contacting the Sales team.

Scopes: sip_phone: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

{ "id": "<string>", "authorization_name": "<string>", "domain": "<string>", "password": "<string>", "proxy_server": "<string>", "proxy_server2": "<string>", "proxy_server3": "<string>", "register_server": "<string>", "register_server2": "<string>", "register_server3": "<string>", "registration_expire_time": 60, "transport_protocol": "AUTO", "transport_protocol2": "TLS", "transport_protocol3": "UDP", "user_email": "<email>", "user_name": "<string>", "voice_mail": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/sip_phones' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"authorization_name":"\u003cstring\u003e","domain":"\u003cstring\u003e","password":"\u003cstring\u003e","proxy_server":"\u003cstring\u003e","register_server":"\u003cstring\u003e","user_email":"\u003cemail\u003e","user_name":"\u003cstring\u003e","voice_mail":"\u003cstring\u003e","proxy_server2":"\u003cstring\u003e","proxy_server3":"\u003cstring\u003e","register_server2":"\u003cstring\u003e","register_server3":"\u003cstring\u003e","registration_expire_time":60,"transport_protocol":"TLS","transport_protocol2":"TLS","transport_protocol3":"TCP"}'

ENDPOINTS