Services API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1OSwiZXhwIjoxNzg0MzgwODU4fQ.--zU6CkiRT5Gn7i94TrZcaCeTVIAQnbZ3AJKeWGdgqI
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/5df3b156-e29e-4269-a66f-b69ebe1914b7

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/"b3aef2ecb9d9e43564ed68b3fce2e89b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1ee99b8d-9134-4ace-8db2-cab57086c29a
x-runtime: 0.008140
content-length: 939

Status

200 OK

Body

{
  "data": {
    "id": "5df3b156-e29e-4269-a66f-b69ebe1914b7",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/5df3b156-e29e-4269-a66f-b69ebe1914b7"
    },
    "attributes": {
      "name": "Service_17",
      "state": "Active",
      "initial-price": "46.59",
      "renew-price": "40.07",
      "created-at": "2026-07-18T12:42:58.461Z",
      "renew-at": null,
      "renew-period": "Disabled",
      "service-type": "Service Type 23",
      "ui-type": "phone_systems"
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/5df3b156-e29e-4269-a66f-b69ebe1914b7/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/5df3b156-e29e-4269-a66f-b69ebe1914b7/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/5df3b156-e29e-4269-a66f-b69ebe1914b7/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/5df3b156-e29e-4269-a66f-b69ebe1914b7/transactions"
        }
      }
    }
  }
}