get specific entry
GET /api/rest/customer/v1/rates/:id
Request
Headers
Route
GET /api/rest/customer/v1/rates/df52e204-94aa-11f1-9684-4e29394502aa
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "df52e204-94aa-11f1-9684-4e29394502aa",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/df52e204-94aa-11f1-9684-4e29394502aa"
},
"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",
"attempt-fee": "0.0",
"valid-from": "2026-08-09T11:01:43.720Z",
"valid-till": "2026-08-11T11:01:43.720Z",
"network-prefix-id": null
}
}
}