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.eyJzdWIiOjQwLCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzQwODUyNTA4fQ.6NB6Ypi_jPscxmjKK1rCx6WET7VvztEQcvTl9JDlpns
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6

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/"f4a97e89c785060a41d84024228d0fe8"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 26c48017-16e9-48de-afa6-a0d3a93afa68
X-Runtime: 0.009501
Content-Length: 939

Status

200 OK

Body

{
  "data": {
    "id": "86a0fdf2-182b-4b64-b5b1-8f97960dccb6",
    "type": "services",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6"
    },
    "attributes": {
      "name": "Service_14",
      "state": "Active",
      "initial-price": "14.41",
      "renew-price": "45.05",
      "created-at": "2025-03-01T15:10:28.649Z",
      "renew-at": null,
      "renew-period": "Disabled",
      "service-type": "Service Type 20",
      "ui-type": "phone_systems"
    },
    "relationships": {
      "account": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/relationships/account",
          "related": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/account"
        }
      },
      "transactions": {
        "links": {
          "self": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/relationships/transactions",
          "related": "http://example.org/api/rest/customer/v1/services/86a0fdf2-182b-4b64-b5b1-8f97960dccb6/transactions"
        }
      }
    }
  }
}