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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1OCwiZXhwIjoxNzY3MzU4MDM3fQ.zvunGr0rMmKwIX2IgBtVTvVvM84EBEVYVPm9MhAwZCc
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/973ec9e4-6386-4129-919d-07705cde32c0

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/"1056d95ecdb605de7bd5c19c282709db"
cache-control: max-age=0, private, must-revalidate
x-request-id: 4e204712-e5fa-42c2-b128-e2a7b92805f4
x-runtime: 0.008029
content-length: 938

Status

200 OK

Body

{
  "data": {
    "id": "973ec9e4-6386-4129-919d-07705cde32c0",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/973ec9e4-6386-4129-919d-07705cde32c0"
    },
    "attributes": {
      "name": "Service_17",
      "state": "Active",
      "initial-price": "8.27",
      "renew-price": "25.07",
      "created-at": "2026-01-02T05:55:17.415Z",
      "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/973ec9e4-6386-4129-919d-07705cde32c0/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/973ec9e4-6386-4129-919d-07705cde32c0/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/973ec9e4-6386-4129-919d-07705cde32c0/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/973ec9e4-6386-4129-919d-07705cde32c0/transactions"
        }
      }
    }
  }
}