Logo
Zoom Public API Documentation

List plan information

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: 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>" }, { "assigned": "<integer>", "available": "<integer>", "name": "<string>", "subscribed": "<integer>", "type": "<integer>" } ], "phone_numbers": [ { "assigned": "<integer>", "available": "<integer>", "name": "<string>", "subscribed": "<integer>" }, { "assigned": "<integer>", "available": "<integer>", "name": "<string>", "subscribed": "<integer>" } ] }



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

ENDPOINTS