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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1OCwiZXhwIjoxNzc2MzY1MjA4fQ.IhFExa9CI4zR2IZIfhWFXe-jGKkUAkOior_QsuqM7ks
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750

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/"7425f01474f7b82fcb7af653bb403f4f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 44a6a9ca-0c54-4acb-ac01-61bcc2389d2e
x-runtime: 0.007733
content-length: 939

Status

200 OK

Body

{
  "data": {
    "id": "05b3f2fd-7917-47aa-8985-b62411511750",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750"
    },
    "attributes": {
      "name": "Service_17",
      "state": "Active",
      "initial-price": "86.06",
      "renew-price": "27.78",
      "created-at": "2026-04-16T16:16:48.744Z",
      "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/05b3f2fd-7917-47aa-8985-b62411511750/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750/transactions"
        }
      }
    }
  }
}