cURL
curl --request GET \ --url https://api.wavix.com/v1/billing/invoices \ --header 'Authorization: Bearer <token>'
{ "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.
Bearer token using appid (Authorization: Bearer )
Requested page
1
Number of records per page
25
Request successful.
Indicates an empty invoice list
false
A list on invoiced on the account
Show child attributes
Was this page helpful?
Contact support