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.

Scopes: phone:read:admin Rate Limit Label: Medium

Prerequisites: * A Pro or a higher account * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "calling_plans": [ { "assigned": 68156801, "available": 72, "name": "US/CA Metered Calling Plan", "subscribed": 100, "type": 100 }, { "assigned": 71174609, "available": 72, "name": "US/CA Metered Calling Plan", "subscribed": 100, "type": 100 } ] }



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

ENDPOINTS