Logo
Zoom Public API Documentation

Get account plan information

GET {{baseUrl}}/accounts/:accountId/plans

Master accounts can retrieve its subaccounts' plan information.

Prerequisite: This API can only be used by Master accounts that pay all billing charges of their associated Pro or higher sub accounts.

Zoom only allows approved partners to use Master APIs and manage sub accounts' billing information. Email the partner programs team at partner-success@zoom.us for more details.

Scopes: billing:master

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "plan_audio": { "callout_countries": "<string>", "ddi_numbers": "<integer>", "next_invoice_date": "<string>", "premium_countries": "<string>", "service_effective_date": "<string>", "status": "expired", "tollfree_countries": "<string>", "type": "<string>" }, "plan_base": { "hosts": "<integer>", "included_minutes": "<integer>", "next_invoice_date": "<string>", "overage_price": "<integer>", "service_effective_date": "<string>", "status": "cancelled", "type": "<string>" }, "plan_large_meeting": [ { "hosts": "<integer>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "active", "type": "<string>" }, { "hosts": "<integer>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "expired", "type": "<string>" } ], "plan_phone": { "plan_base": { "callout_countries": "<string>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "cancelled", "type": "<string>" }, "plan_calling": [ { "hosts": "<integer>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "cancelled", "type": "<string>" }, { "hosts": "<integer>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "expired", "type": "<string>" } ], "plan_number": [ { "hosts": "<integer>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "expired", "type": "<string>" }, { "hosts": "<integer>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "active", "type": "<string>" } ] }, "plan_zcc": { "plan_package": { "callout_countries": "<string>", "next_invoice_date": "<string>", "service_effective_date": "<string>", "status": "expired", "type": "<string>" }, "plan_usage": [ { "hosts": "<integer>", "next_invoice_da
Curl
curl -X GET 'https://api.zoom.us/v2/accounts/:accountId/plans' -H 'Accept: application/json'

ENDPOINTS