GET {{baseUrl}}/accounts/billing/invoice_reports/:invoiceReportId?download=<boolean>
Use this API to download a Zoom sub accounts' billing invoice reports. one request to this API every 1 second. Scopes: Rate Limit Label: billing:master
Heavy
Body
PARAM
Key | Datatype | Required | Description |
download
|
string | (Required) |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"start_date": "<date>",
"end_date": "<date>",
"accounts_total_number": "<integer>",
"remaining_days": "<integer>",
"status": "Processing"
} |
ENDPOINTS