get specific entry
GET /api/rest/customer/v1/rates/:id
Request
Headers
Route
GET /api/rest/customer/v1/rates/7c4077ee-39c4-11f1-b6d8-82ad38f4dd55
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "7c4077ee-39c4-11f1-b6d8-82ad38f4dd55",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/7c4077ee-39c4-11f1-b6d8-82ad38f4dd55"
},
"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-04-15T18:45:48.609Z",
"valid-till": "2026-04-17T18:45:48.609Z",
"network-prefix-id": null
}
}
}