Services API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM5LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg4fQ.VYzjkGsh4-BLjv7TePkE190bVDll93i_x91e6F04dvU
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/8aa47c29-070c-4dda-83e0-190f06b77262

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"6208b22e88f5001a93644747dfd41dbf"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: be2b49dc-0ec9-4485-a69c-7e2e81254c62
X-Runtime: 0.010029
Content-Length: 913

Status

200 OK

Body

{
  "data": {
    "id": "8aa47c29-070c-4dda-83e0-190f06b77262",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/8aa47c29-070c-4dda-83e0-190f06b77262"
    },
    "attributes": {
      "name": "Service_10",
      "state": "Active",
      "initial-price": "41.53",
      "renew-price": "89.03",
      "created-at": "2024-07-17T12:25:08.718Z",
      "renew-at": null,
      "renew-period": "Disabled",
      "service-type": "Service Type 16"
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/8aa47c29-070c-4dda-83e0-190f06b77262/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/8aa47c29-070c-4dda-83e0-190f06b77262/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/8aa47c29-070c-4dda-83e0-190f06b77262/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/8aa47c29-070c-4dda-83e0-190f06b77262/transactions"
        }
      }
    }
  }
}