GET {{baseUrl}}/phone/plans
Use this API to return all of an account's Zoom Phone plan package, phone number usage and availability. Prerequisites:
* A Pro or a higher account
* A Zoom Phone license Scopes: Rate Limit Label: phone:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"calling_plans": [
{
"assigned": 28,
"available": 72,
"name": "US/CA Metered Calling Plan",
"subscribed": 100,
"type": 100
},
{
"assigned": 28,
"available": 72,
"name": "US/CA Metered Calling Plan",
"subscribed": 100,
"type": 100
}
],
"phone_numbers": [
{
"assigned": 28,
"available": 72,
"name": "US/CA Included Phone Numbers",
"subscribed": 100
},
{
"assigned": 28,
"available": 72,
"name": "US/CA Included Phone Numbers",
"subscribed": 100
}
]
} |
ENDPOINTS