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
Request Body
{"0"=>{"phone_number"=>"+12059535689", "status"=>"inactive"}, "1"=>{"phone_number"=>"+12059535689", "status"=>"inactive"}}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: Created
""