Finance > Invoices

List invoices

GET invoices

Endpoint

GET /api/v1/finance/invoices

Parameters

Name Description In
by_state Filter by stats ["pending", "paid", "overdue"]
from_date Filter by date
to_date Filter by date
by_company Filter by company ID
by_number Search by number

Request

Route

GET /api/v1/finance/invoices

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzOTEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MDIsImV4cCI6MTc1MTEwODUwMiwianRpIjoiNzU4NTQ1YTAtNGY2Ny00MmM0LTg0OTktYjBhOGIzZjg2OWM3In0.Msu883oZ8g8l1_DdYqSoUVXwLJE4s_Fl386IwiR6imQ
Host: example.org
Cookie: 

Query Parameters

{}=

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 6
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"4c55235c267ade80790d1c4936801013"
cache-control: max-age=0, private, must-revalidate
x-request-id: 21d1bd34-967d-4819-9d98-103530508da3
x-runtime: 0.010390
content-length: 1512

Body

{
  "invoices": [
    {
      "id": 6,
      "company_name": "Kovacek, Raynor and Stoltenberg",
      "created_at": "2025-05-29T11:01:42.972Z",
      "due_date": "2025-05-28",
      "from": "2025-04-01",
      "number": "27686465",
      "state": "overdue",
      "to": "2025-04-30",
      "total": "8249.0",
      "uuid": "bcd83c87-78b1-4233-8336-186c3eac13c2"
    },
    {
      "id": 5,
      "company_name": "Schumm LLC",
      "created_at": "2025-05-29T11:01:42.958Z",
      "due_date": "2025-05-28",
      "from": "2025-04-01",
      "number": "32167004",
      "state": "overdue",
      "to": "2025-04-30",
      "total": "4810.0",
      "uuid": "45eee5d4-e693-465a-8bed-05a7c2c99c52"
    },
    {
      "id": 4,
      "company_name": "Douglas, Orn and Raynor",
      "created_at": "2025-05-29T11:01:42.938Z",
      "due_date": "2025-05-28",
      "from": "2025-04-01",
      "number": "58309327",
      "state": "overdue",
      "to": "2025-04-30",
      "total": "3928.0",
      "uuid": "55b84979-3d72-4461-bec9-16045ea9fe7b"
    },
    {
      "id": 3,
      "company_name": "Dickens, Armstrong and Frami",
      "created_at": "2025-05-29T11:01:42.925Z",
      "due_date": "2025-06-13",
      "from": "2025-04-01",
      "number": "58851411",
      "state": "pending",
      "to": "2025-04-30",
      "total": "9162.0",
      "uuid": "2412dc18-dac1-4b6d-99c7-a1accfd73550"
    },
    {
      "id": 2,
      "company_name": "Little Group",
      "created_at": "2025-05-29T11:01:42.912Z",
      "due_date": "2025-06-13",
      "from": "2025-04-01",
      "number": "99877543",
      "state": "pending",
      "to": "2025-04-30",
      "total": "5991.0",
      "uuid": "9f0409b9-7031-447f-94a4-18f4fbfdf35c"
    },
    {
      "id": 1,
      "company_name": "Swaniawski LLC",
      "created_at": "2025-05-29T11:01:42.896Z",
      "due_date": "2025-06-13",
      "from": "2025-04-01",
      "number": "27368250",
      "state": "pending",
      "to": "2025-04-30",
      "total": "1714.0",
      "uuid": "a5ce6ae3-72ca-4046-817e-cbef8a57b289"
    }
  ]
}