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
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"address":"\u003cstring\u003e","city":"\u003cstring\u003e","country":"\u003cstring\u003e","email":"\u003cstring\u003e","employee_count":"10000+","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","state":"\u003cstring\u003e","zip":"\u003cstring\u003e","apt":"\u003cstring\u003e"}