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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1OSwiZXhwIjoxNzg2MzU5NzYzfQ.K9pQjK-5Gs6GqdsUXJ9VFq0Tb2Dyb_OvTz4JKx8egKY
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/a9f0783a-f1cf-4bd4-a325-8855cf7d08e9

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/"4b12eb0c7f856ac57c2bda9f6c758e0f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 543e4f93-8d99-4059-b2af-466fb232379b
x-runtime: 0.006782
content-length: 939

Status

200 OK

Body

{
  "data": {
    "id": "a9f0783a-f1cf-4bd4-a325-8855cf7d08e9",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/a9f0783a-f1cf-4bd4-a325-8855cf7d08e9"
    },
    "attributes": {
      "name": "Service_17",
      "state": "Active",
      "initial-price": "35.57",
      "renew-price": "88.98",
      "created-at": "2026-08-10T07:41:43.866Z",
      "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/a9f0783a-f1cf-4bd4-a325-8855cf7d08e9/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/a9f0783a-f1cf-4bd4-a325-8855cf7d08e9/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/a9f0783a-f1cf-4bd4-a325-8855cf7d08e9/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/a9f0783a-f1cf-4bd4-a325-8855cf7d08e9/transactions"
        }
      }
    }
  }
}