Logo
Zoom Public API Documentation

Get billing reports

GET {{baseUrl}}/report/billing

Get department billing reports of a Zoom account.

Prerequisites:

  • Pro or a higher account with Department Billing option enabled. Contact Zoom Support team for details.

Scopes: report:read:admin

Rate Limit Label: 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>" }



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

ENDPOINTS