List of invoices
GET {{fastly_url}}/billing/v3/invoices?billing_end_date&billing_start_date&cursor&limit
Returns the list of invoices, sorted by billing start date (newest to oldest).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
billing_end_date | null | Filter invoices by billing end date. | |
billing_start_date | null | Filter invoices by billing start date. | |
cursor | null | Cursor value from the next_cursor field of a previous response, used to retrieve the next page. To request the first page, this should be empty. | |
limit | null | Number of results per page. The maximum is 200. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Accept | string |