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-01", "to_date": "2023-08-31", "amount": "25.00" } ], "pagination": { "current_page": 1, "per_page": 25, "total": 1, "total_pages": 1 } }
Returns a paginated list of financial statements.
Bearer token using appid (Authorization: Bearer )
Page number to retrieve.
1
Number of records per page.
25
List of financial statements.
Indicates an empty invoice list
false
Show child attributes
Was this page helpful?
Contact support