Logo
Zoom Public API Documentation

phone-carrier reseller/numbers

Number of APIs: 4


1. Activate phone numbers

PATCH {{baseUrl}}/phone/carrier_reseller/numbers

Use this API to change phone number status to 'active' in a carrier reseller's master account. Up to 200 numbers at a time.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * A Zoom Phone license



2. Create phone numbers

POST {{baseUrl}}/phone/carrier_reseller/numbers

Use this API to add phone numbers to a carrier reseller (master) account. Up to 200 numbers at a time. If this API is called in MA mode, it also has functions of distribution.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * A Zoom Phone license



3. Delete a phone number

DELETE {{baseUrl}}/phone/carrier_reseller/numbers/:number

Use this API to delete or unassign a phone number from a carrier reseller account.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * A Zoom Phone license



4. List phone numbers

GET {{baseUrl}}/phone/carrier_reseller/numbers?page_size=30&next_page_token=next_page_token&assigned_status=assigned&sub_account_id=8EVJZPwCTmSZme6fTOcBFg&keyword=555

Use this API to list phone numbers in a carrier reseller (master) account that can be pushed to its subaccounts.

Scopes: phone:read:admin Rate Limit Label: Medium

Prerequisites: * A Pro or higher account plan * A Zoom Phone license



ENDPOINTS