GET {{baseUrl}}/report/billing
Get department billing reports of a Zoom account. Prerequisites: Scopes: Rate Limit Label:
report:read:admin
Heavy
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"billing_reports": [
{
"end_date": "<date>",
"id": "<string>",
"start_date": "<date>",
"tax_amount": "<string>",
"total_amount": "<string>",
"type": 1
},
{
"end_date": "<date>",
"id": "<string>",
"start_date": "<date>",
"tax_amount": "<string>",
"total_amount": "<string>",
"type": 0
}
],
"currency": "<string>"
} |
ENDPOINTS