List calling plans
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:
phone:read:admin
Granular Scopes:
phone:read:list_calling_plans:admin
Rate Limit Label
:
Medium
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"calling_plans":[{"assigned":"\u003cinteger\u003e","available":"\u003cinteger\u003e","name":"\u003cstring\u003e","subscribed":"\u003cinteger\u003e","type":"\u003cinteger\u003e","billing_account_id":"\u003cstring\u003e","billing_account_name":"\u003cstring\u003e"},{"assigned":"\u003cinteger\u003e","available":"\u003cinteger\u003e","name":"\u003cstring\u003e","subscribed":"\u003cinteger\u003e","type":"\u003cinteger\u003e","billing_account_id":"\u003cstring\u003e","billing_account_name":"\u003cstring\u003e"}]}