Logo
Zoom Public API Documentation

Get billing information

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

Get billing information of a sub account.

Only master accounts can use this API. Zoom allows only 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.

Prerequisites: * Pro or a higher paid account with master account option enabled.

Scopes: billing:master,billing_plan:master

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "address": "<string>", "city": "<string>", "country": "<string>", "email": "<string>", "employee_count": "10000+", "first_name": "<string>", "last_name": "<string>", "phone_number": "<string>", "state": "<string>", "zip": "<string>", "apt": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/accounts/:accountId/billing' -H 'Accept: application/json'

ENDPOINTS