Returns a list of invoices for a given location.
GET
/v2/invoices
Returns a list of invoices for a given location.
The response is paginated. If truncated, the response includes a cursor
that you
use in a subsequent request to retrieve the next set of invoices.
Guide
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for your original query.
For more information, see Pagination.
When a response is truncated, it includes a cursor that you can use in a subsequent request to retrieve the next set of invoices. If empty, this is the final response. For more information, see Pagination.