Logo
Zoom Public API Documentation

phone-peering-numbers

Number of APIs: 4


1. 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



2. Update peering phone numbers

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

Updates phone numbers to Zoom through the Provider Exchange.

Note: Phone peering API and events are for partners that 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:update:peering_number:admin

Rate Limit Label: Light



3. Remove peering phone numbers

DELETE {{baseUrl}}/phone/peering/numbers

Removes phone numbers added 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:delete:peering_number:admin

Rate Limit Label: Light



4. List peering phone numbers

GET {{baseUrl}}/phone/peering/numbers?page_size=30&next_page_token=<string>&phone_number=<string>&carrier_code=<integer>

Returns 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:read:admin,phone_peering:read:admin

Granular Scopes: phone:read:list_peering_numbers:admin

Rate Limit Label: Light



ENDPOINTS