Logo
Zoom Public API Documentation

Add peering phone numbers

POST {{baseUrl}}/phone/peering/numbers

Adds phone numbers to Zoom through the Provider Exchange.

Note: Phone peering API and events are for partners who have completed the MoU to peer with Zoom. To become a peering provider/ carrier, submit your request.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:write:admin,phone_peering:write:admin

Granular Scopes: phone:write:peering_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "unprocessed_numbers": [ { "failure_reason": "<string>", "phone_number": "<string>" }, { "failure_reason": "<string>", "phone_number": "<string>" } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/peering/numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"carrier_code":"\u003cinteger\u003e","phone_numbers":[{"phone_number":"\u003cstring\u003e","sip_trunk_name":"\u003cstring\u003e","status":"\u003cinteger\u003e","billing_reference_id":"\u003cstring\u003e","service_info":"\u003cstring\u003e"},{"phone_number":"\u003cstring\u003e","sip_trunk_name":"\u003cstring\u003e","status":"\u003cinteger\u003e","billing_reference_id":"\u003cstring\u003e","service_info":"\u003cstring\u003e"}]}'

ENDPOINTS