Logo
Zoom Public API Documentation

Update peering phone numbers

PATCH {{baseUrl}}/phone/peering/numbers

Use this API to update phone numbers that were added to Zoom through the Provider Exchange.

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

Scopes: phone_peering:write:admin, phone_peering:master
Rate Limit Label: Light

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "unprocessed_numbers": [ { "failure_reason": "Invalid status", "phone_number": "+15556660100" }, { "failure_reason": "Invalid status", "phone_number": "+15556660100" } ] }



Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/peering/numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"carrier_code":1234,"phone_numbers":[{"phone_number":"+18008001000","billing_reference_id":"Some billing referenceId","service_info":"The encoding used to copy filtered properties files have not been set.","sip_trunk_name":"first-markert-carrier-trunk","status":0},{"phone_number":"+18008001000","billing_reference_id":"Some billing referenceId","service_info":"The encoding used to copy filtered properties files have not been set.","sip_trunk_name":"first-markert-carrier-trunk","status":0}]}'

ENDPOINTS