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