List billing invoices

GET {{baseUrl}}/accounts/:accountId/billing/invoices?from=<date>&to=<date>

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.

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 ).

Scopes: billing:master

Rate Limit Label : Heavy

Request Params

| Key | Datatype | Required | Description | | from | string | | Start date for the invoice query in yyyy-mm-dd format. The date range defined by the &ldquo;from&rdquo; and &ldquo;to&rdquo; parameters should not exceed one year. The range defined should fall within the past three years. | | to | string | | End date for the invoice query in yyyy-mm-dd format |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;currency&quot;:&quot;\u003cstring\u003e&quot;,&quot;invoices&quot;:[{&quot;balance&quot;:&quot;\u003cdouble\u003e&quot;,&quot;due_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;invoice_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;invoice_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\&quot;Draft\&quot;&quot;,&quot;target_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;tax_amount&quot;:&quot;\u003cdouble\u003e&quot;,&quot;total_amount&quot;:&quot;\u003cdouble\u003e&quot;},{&quot;balance&quot;:&quot;\u003cdouble\u003e&quot;,&quot;due_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;invoice_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;invoice_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\&quot;Draft\&quot;&quot;,&quot;target_date&quot;:&quot;\u003cstring\u003e&quot;,&quot;tax_amount&quot;:&quot;\u003cdouble\u003e&quot;,&quot;total_amount&quot;:&quot;\u003cdouble\u003e&quot;}]}