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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NywiZXhwIjoxNzg2MzU5NzYzfQ.buf6HwAL5aF0-evIh3BOZmduFFG7u31OVY61KHbgrv0
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rates/df52e204-94aa-11f1-9684-4e29394502aa

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/"e4d1c0366d886837a554248033088f71"
cache-control: max-age=0, private, must-revalidate
x-request-id: 46291f20-d0e4-426b-9fb8-7d1e622be14e
x-runtime: 0.007278
content-length: 515

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