Add peering phone numbers

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

Use this API to add phone numbers 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

Request Body

{"carrier_code"=>3456, "phone_numbers"=>[{"phone_number"=>"+18008001011", "status"=>1, "sip_trunk_name"=>"first-markert-carrier-trunk", "billing_reference_id"=>"Some billing referenceId", "service_info"=>"Some service info"}, {"phone_number"=>"+18008001011", "status"=>1, "sip_trunk_name"=>"first-markert-carrier-trunk", "billing_reference_id"=>"Some billing referenceId", "service_info"=>"Some service info"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

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