cURL
curl --request GET \ --url 'https://api.wavix.com/v1/billing/invoices?appid='
{ "is_empty": false, "invoices": [ { "id": 1, "from_date": "2023-08-01T00:00:00.000Z", "to_date": "2023-08-31T00:00:00.000Z", "amount": "25.00" } ], "pagination": { "current_page": 1, "per_page": 25, "total": 1, "total_pages": 1 } }
Use this method to retrieve a list of all financial statements on your account. The results are paginated with 25 records per page by default.
An API key to authorize your request
Requested page
1
Number of records per page
25
Indicates an empty invoice list
false
A list on invoiced on the account
Show child attributes
Unique identifier of the statement
43209
Statement amount
"7.72"
Start of the billing period
"2023-07-01T00:00:00.000Z"
End of the billing period
"2023-07-31T00:00:00.000Z"
Current page number
2
Total number of records
101
Total number of pages
5
Was this page helpful?