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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo1NiwiZXhwIjoxNzc2MzY1MjA4fQ.lxBS8SpuspBYhrKS2YzeC_WicX38mrTkCWYbxPqlhrc
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rates/7c4077ee-39c4-11f1-b6d8-82ad38f4dd55

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/"a469dce49b123012741e4d0a73833075"
cache-control: max-age=0, private, must-revalidate
x-request-id: 5d5ffd83-a46f-4930-aa47-80881f76bbdd
x-runtime: 0.007094
content-length: 495

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