Invoice details
Finance > Invoices
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.eyJzdWIiOiI0MDAiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzksImV4cCI6MTc1NTg1ODE3OSwianRpIjoiZTc1NDU5MDAtYmFkYi00OTU5LWI0M2QtYWMyNTFiYjA2OTNhIn0.WCJ7HEJBsU8pbdxUBZcSkHqaeBUWMJZbRII6vr6bCEE
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
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/"ba32537a45c50ae372d9216d6b6467d8"
cache-control: max-age=0, private, must-revalidate
x-request-id: f53954c8-df97-4d5e-9f35-14461fb4b847
x-runtime: 0.016281
content-length: 624
Body
{
"invoice": {
"id": 13,
"company": {
"id": 146,
"billing_address": "Suite 395 9532 Annette Lock, Hammesfort, IN W6 8JB",
"billing_full_name": "Erick Mosciski Ret.",
"billing_phone_number": "055 5900 8623",
"invoice_email": "torie_hamill@feest.test",
"name": "MacGyver, Altenwerth and Hilpert"
},
"company_name": "MacGyver, Altenwerth and Hilpert",
"created_at": "2025-07-23T10:22:59.393Z",
"due_date": "2025-08-07",
"due_days": 15,
"from": "2025-06-01",
"issued_date": "2025-07-23",
"jobs": [
],
"number": "57326474",
"state": "pending",
"to": "2025-06-30",
"total": "9307.0",
"total_with_vat": "11168.4",
"uuid": "bae70f2c-7830-49dd-85e0-39ef8df8510a",
"vat": "1861.4"
}
}