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: Rate Limit Label: billing:master
,billing_plan:master
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>"
} |
ENDPOINTS