get specific entry
GET /api/rest/customer/v1/services/:id
Request
Headers
Route
GET /api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "05b3f2fd-7917-47aa-8985-b62411511750",
"type": "services",
"links": {
"self": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750"
},
"attributes": {
"name": "Service_17",
"state": "Active",
"initial-price": "86.06",
"renew-price": "27.78",
"created-at": "2026-04-16T16:16:48.744Z",
"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/05b3f2fd-7917-47aa-8985-b62411511750/relationships/account",
"related": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750/account"
}
},
"transactions": {
"links": {
"self": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750/relationships/transactions",
"related": "http://example.org/api/rest/customer/v1/services/05b3f2fd-7917-47aa-8985-b62411511750/transactions"
}
}
}
}
}