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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1OSwiZXhwIjoxNzgxMjc4ODY5fQ.6XjDWBe4_s3G1q6_uyIsq3H2NtA6jH8T4m3Y7b0cmIQ
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/d1e023b7-bad1-4a45-90e3-00a76a2fbff5

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/"b15a83e939c7c8c1a6336f6f76741730"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0a86562e-1ff2-433c-abd1-0e18e301b291
x-runtime: 0.007358
content-length: 939

Status

200 OK

Body

{
  "data": {
    "id": "d1e023b7-bad1-4a45-90e3-00a76a2fbff5",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/d1e023b7-bad1-4a45-90e3-00a76a2fbff5"
    },
    "attributes": {
      "name": "Service_17",
      "state": "Active",
      "initial-price": "32.07",
      "renew-price": "69.93",
      "created-at": "2026-06-12T10:27:09.569Z",
      "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/d1e023b7-bad1-4a45-90e3-00a76a2fbff5/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/d1e023b7-bad1-4a45-90e3-00a76a2fbff5/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/d1e023b7-bad1-4a45-90e3-00a76a2fbff5/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/d1e023b7-bad1-4a45-90e3-00a76a2fbff5/transactions"
        }
      }
    }
  }
}