cURL
curl --request GET \ --url https://api.platnova.com/v1/invoices \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": { "items": [ { "id": "<string>", "invoice_number": "<string>", "items": "<array>", "subtotal": "<string>", "total": "<string>", "charges": {}, "note": "<string>", "status": "pending", "payment_schedule": {}, "created_at": "2023-11-07T05:31:56Z" } ], "page": 123, "size": 123, "max_page": 123, "total_pages": 123, "total": 123, "last": true, "first": true, "visible": 123 }, "error": [ "<unknown>" ], "message": "<string>" }
API key for authentication.
Page number (0-indexed)
Number of items per page
Sort field and direction
Filter expression
Invoices retrieved successfully
Show child attributes