GET /api/download/billing/invoices/{invoiceId}
Download a billed invoice file of a Zoom account in PDF format. To download a regular account's invoice or a master account's invoice, provide me as the value of accountId path parameter. To download a sub account's invoice, provide the account ID of the sub account in the accountId path parameter.
Prerequisites:
- Account must be enrolled in Pro or a higher plan.
Scope:billing:master
**Rate Limit:** You can make one request to this API every thirty minutes until the daily limit is reached. This API has a daily limit of 100 requests per account.
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
invoiceId |
String | Yes |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.