GET {{baseUrl}}/phone/calling_plans
Use this API to return all of an account's Zoom Phone calling plans. Prerequisites:
* A Pro or a higher account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_calling_plans:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"calling_plans": [
{
"assigned": "<integer>",
"available": "<integer>",
"name": "<string>",
"subscribed": "<integer>",
"type": "<integer>",
"billing_account_id": "<string>",
"billing_account_name": "<string>"
},
{
"assigned": "<integer>",
"available": "<integer>",
"name": "<string>",
"subscribed": "<integer>",
"type": "<integer>",
"billing_account_id": "<string>",
"billing_account_name": "<string>"
}
]
} |
ENDPOINTS