Invoices API

get specific entry

GET /api/rest/customer/v1/invoices/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI1LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA2fQ.aNLGusZt8Xly_FMbDW1D4oMNt7QsQHIxarZnMLvhjHU
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/invoices/086c0878-f6c8-11ef-b669-0242ac120003

Response

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/vnd.api+json
Vary: Accept
ETag: W/"76f296ceb540f992162c652f2cda4457"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: e11ad939-45b6-4a3f-beb4-b540e2ca4606
X-Runtime: 0.009958
Content-Length: 1092

Status

200 OK

Body

{
  "data": {
    "id": "086c0878-f6c8-11ef-b669-0242ac120003",
    "type": "invoices",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/invoices/086c0878-f6c8-11ef-b669-0242ac120003"
    },
    "attributes": {
      "reference": "23",
      "start-date": "2025-02-22T18:07:26.691Z",
      "end-date": "2025-02-28T18:07:26.691Z",
      "has-pdf": false,
      "amount-spent": "0.0",
      "originated-amount-spent": "0.0",
      "originated-calls-count": 0,
      "originated-successful-calls-count": 0,
      "originated-calls-duration": 0,
      "originated-billing-duration": 0,
      "originated-first-call-at": null,
      "originated-last-call-at": null,
      "terminated-amount-spent": "0.0",
      "terminated-calls-count": 0,
      "terminated-successful-calls-count": 0,
      "terminated-calls-duration": 0,
      "terminated-billing-duration": 0,
      "terminated-first-call-at": null,
      "terminated-last-call-at": null,
      "services-amount-spent": "0.0",
      "service-transactions-count": 0
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/invoices/086c0878-f6c8-11ef-b669-0242ac120003/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/invoices/086c0878-f6c8-11ef-b669-0242ac120003/account"
        }
      }
    }
  }
}