Retrieve all invoices that have been issued to your account
GET {{baseUrl}}/user/invoices
With this endpoint, you can retrieve all of the invoices and the associated invoice id
which have been issued to your account to date.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"invoices":[{"id":"\u003clong\u003e","ref":"\u003cstring\u003e","type":"periodic","price_incl":"\u003cdouble\u003e","price_excl":"\u003cdouble\u003e","isPayed":"\u003cboolean\u003e","date":"\u003cstring\u003e","items":"\u003curi\u003e"},{"id":"\u003clong\u003e","ref":"\u003cstring\u003e","type":"other","price_incl":"\u003cdouble\u003e","price_excl":"\u003cdouble\u003e","isPayed":"\u003cboolean\u003e","date":"\u003cstring\u003e","items":"\u003curi\u003e"}]}