get invoices response

API Docs by APIMATIC

Get Invoices Response

Fields

NameDescription
is_empty Required
Boolean

Indicates an empty response

invoices Required

A list of invoices on the account

pagination Required

Wavix uses pagination of the results retuned in response to your requests to make sure responses are lightweight and easier to handle.

{
  "is_empty": null,
  "invoices": null,
  "pagination": {
    "total": 1000,
    "total_pages": 10,
    "current_page": 2,
    "per_page": 100
  }
}