Rates API

get specific entry

GET /api/rest/customer/v1/rates/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NywiZXhwIjoxNzgxMjc4ODY5fQ.QfpuVE4Qzn1I5VPYH5iS8R-5wHanYuLQtXhC4vo3s_o
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rates/fe55fc7c-6674-11f1-9edb-da575d109341

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"1e2bb3e41a94443638e944ad25ed6992"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9c55f1aa-0f97-4020-9e80-44b574de4b9f
x-runtime: 0.006782
content-length: 495

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
    }
  }
}