Finance > Invoices

Invoice details

GET invoice

Endpoint

GET /api/v1/finance/invoices/:id

Request

Route

GET /api/v1/finance/invoices/13

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI0MDEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MTQsImV4cCI6MTc0NTA1NjkxNCwianRpIjoiOTdjMWU0NmMtYTI2Mi00MjNiLTkzOWUtY2VjNDUxNmU0YWQ4In0.kW51BE7F0W9RLIs3Jr3p8dPBXQIUVBM4BZnKnGO83CI
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"50ce1de4e09f8ab7742b42938da90126"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2d1dfdc4-be43-4100-8888-2077bfba3e6a
x-runtime: 0.013980
content-length: 532

Body

{
  "invoice": {
    "id": 13,
    "company": {
      "id": 147,
      "billing_address": "777 Brady Light, Jerrodshire, HI W0 2LJ",
      "billing_full_name": "Drew Doyle",
      "billing_phone_number": "016977 2877",
      "invoice_email": "gerry@heathcote.test",
      "name": "Halvorson LLC"
    },
    "company_name": "Halvorson LLC",
    "created_at": "2025-03-20T10:01:54.612Z",
    "due_date": "2025-04-04",
    "due_days": 15,
    "from": "2025-02-01",
    "jobs": [

    ],
    "number": "74136418",
    "state": "pending",
    "to": "2025-02-28",
    "total": "1008.0",
    "total_with_vat": "1209.6",
    "uuid": "fccd1598-f9e3-4a02-b416-5699531c825b",
    "vat": "201.6"
  }
}