get specific entry
GET /api/rest/customer/v1/rates/:id
Request
Headers
Route
GET /api/rest/customer/v1/rates/fe55fc7c-6674-11f1-9edb-da575d109341
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "fe55fc7c-6674-11f1-9edb-da575d109341",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/fe55fc7c-6674-11f1-9edb-da575d109341"
},
"attributes": {
"prefix": "12",
"dst-number-min-length": 0,
"dst-number-max-length": 100,
"enabled": true,
"reject-calls": false,
"initial-rate": "0.0",
"initial-interval": 60,
"next-rate": "0.0",
"next-interval": 60,
"connect-fee": "0.0",
"valid-from": "2026-06-11T15:40:09.440Z",
"valid-till": "2026-06-13T15:40:09.441Z",
"network-prefix-id": null
}
}
}