Logo
Zoom Public API Documentation

List plan details

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

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "calling_plans": [ { "assigned": 28, "available": 72, "name": "US/CA Metered Calling Plan", "subscribed": 100, "type": 100 }, { "assigned": 28, "available": 72, "name": "US/CA Metered Calling Plan", "subscribed": 100, "type": 100 } ], "phone_numbers": [ { "assigned": 28, "available": 72, "name": "US/CA Included Phone Numbers", "subscribed": 100 }, { "assigned": 28, "available": 72, "name": "US/CA Included Phone Numbers", "subscribed": 100 } ] }



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

ENDPOINTS