GET /accounts/{accountId}/billing/invoices
List invoices of a Zoom account.
To list a regular Zoom account's invoices or a master account's invoices, provide me as the value of the accountId path parameter. To list a sub account's invoices, 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 Label:** Heavy
Additional Rate Limit: You can make one API request per account(accountId) every five minutes until the daily limit is reached. This API has a daily limit of 6 requests per account(accountId).
Servers
- https://api.zoom.us/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
accountId |
String | Yes |
The account ID. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
to |
String | No |
End date for the invoice query in |
from |
String | No |
Start date for the invoice query in |
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.