Logo
Zoom Public API Documentation

Download an invoice file

GET {{baseUrl}}/api/download/billing/invoices/:invoiceId

Use this API to download a Zoom account's billed invoice file, in PDF format. To get an account's invoice ID, use the List billing invoices API.

one request to this API every 30 minutes until the daily limit is reached. * This API has a daily limit of 100 requests per account.

Scopes: billing:master

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X GET 'https://api.zoom.us/v2/api/download/billing/invoices/:invoiceId'

ENDPOINTS