Logo
Zoom Public API Documentation

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.

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

Scopes: phone:write:admin

Granular Scopes: phone:write:carrier_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created





Curl
curl -X POST 'https://api.zoom.us/v2/phone/carrier_reseller/numbers' -H 'Content-Type: application/json' -d '{"0":{"phone_number":"\u003cstring\u003e","status":"inactive"},"1":{"phone_number":"\u003cstring\u003e","status":"inactive"}}'

ENDPOINTS