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

Authorization: API token with at least Billing permissions.

Request Params

KeyDatatypeRequiredDescription
billing_end_datenullFilter invoices by billing end date.
billing_start_datenullFilter invoices by billing start date.
cursornullCursor 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.
limitnullNumber of results per page. The maximum is 200.

HEADERS

KeyDatatypeRequiredDescription
Hoststring
Acceptstring