get specific entry
GET /api/rest/customer/v1/rates/:id
Request
Headers
Route
GET /api/rest/customer/v1/rates/07c51858-e7d9-11f0-932e-0a63caf27539
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "07c51858-e7d9-11f0-932e-0a63caf27539",
"type": "rates",
"links": {
"self": "http://example.org/api/rest/customer/v1/rates/07c51858-e7d9-11f0-932e-0a63caf27539"
},
"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-01-01T12:46:17.272Z",
"valid-till": "2026-01-03T12:46:17.272Z",
"network-prefix-id": null
}
}
}