Logo
Zoom Public API Documentation

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

 

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>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/calling_plans' -H 'Accept: application/json'

ENDPOINTS