List carrier peering phone numbers.

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

Returns phone numbers pushed by the carrier to different customers. 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

Request Params

KeyDatatypeRequiredDescription
page_sizenumberThe total number of records returned from a single API call.
next_page_tokenstringThe next page token paginates through a large set of results. A next page token is returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.
phone_numberstringTo filter results by the given phone number.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;numbers&quot;:[{&quot;assigned&quot;:&quot;\u003cinteger\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;sip_trunk_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;,&quot;customer_account_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;customer_account_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;billing_reference_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;service_info&quot;:&quot;\u003cstring\u003e&quot;},{&quot;assigned&quot;:&quot;\u003cinteger\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;sip_trunk_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cinteger\u003e&quot;,&quot;customer_account_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;customer_account_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;billing_reference_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;service_info&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;}