get specific entry
GET /api/rest/customer/v1/rates/:id
Request
Headers
Route
GET /api/rest/customer/v1/rates/096ba5ee-f6c8-11ef-b447-0242ac120003
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "096ba5ee-f6c8-11ef-b447-0242ac120003",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/096ba5ee-f6c8-11ef-b447-0242ac120003"
},
"attributes": {
"prefix": "",
"initial-rate": "0.0",
"initial-interval": 60,
"next-rate": "0.0",
"next-interval": 60,
"connect-fee": "0.0",
"reject-calls": false,
"valid-from": "2025-02-28T18:07:28.364Z",
"valid-till": "2025-03-02T18:07:28.364Z",
"network-prefix-id": null
}
}
}