Get a List of Billing Invoices
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/billing_invoices?from_date={{from_date}}&to_date={{to_date}}
Retrieves a list of invoices for the account. If the from date or to date queries are not specified, the response returns invoices for the last 365 days.
Privileges required: account administrator
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
from_date | string | ||
to_date | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | ||
Authorization | string |