v1

latestOpenAPI 3.0.1Apache 2.02026-07-26401961.7 KB
Invoice verification

Get invoice verifications

List invoice verifications

get/invoice-verifications

Query parameters

beforestring

When paginating results, a pointer to an ID before which we want results

Example:<entity>_01HC3J1VVVM05YCTS61G7V3KC6
afterstring

When paginating results, a pointer to an ID after which we want results

Example:<entity>_01HC3J1VVVM05YCTS61G7V3KC6
page_sizeinteger

The maximum number of items to return per page, defaults to 20

Example:20

Response

Success

Example response

{
  "pagination": {
    "next": "<entity>_01HC3J1VVVM05YCTS61G7V3KC6",
    "previous": "<entity>_01HC3J1VVVM05YCTS61G7V3KC6",
    "page_size": 20
  },
  "data": [
    {
      "status": "success",
      "created_at": "2026-07-14T15:09:02.036Z",
      "data": {
        "invoice_timestamp": "2026-07-14T10:23:06Z",
        "number_of_items": 2,
        "invoice_number": "KRACU0300000024/39",
        "verification_date": "2026-07-14T15:09:02.036Z"
      },
      "source": "EXTERNAL"
    }
  ]
}