Rates API

get specific entry

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

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjM3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzEwMjU0MjA0fQ.y32PpVnWeVsFxHgeQ5TmcufYOVkWrtPE6z8cGMTfJZI
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rates/cedbba92-e07d-11ee-bf85-0242ac120003

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 0
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/vnd.api+json
Vary: Accept
ETag: W/"23bdff43ef5c7d2d31aa9689ed87d339"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 5e8df2bf-5e58-49a0-97e6-f33435685a1e
X-Runtime: 0.052190
Content-Length: 424

Status

200 OK

Body

{
  "data": {
    "id": "cedbba92-e07d-11ee-bf85-0242ac120003",
    "type": "rates",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rates/cedbba92-e07d-11ee-bf85-0242ac120003"
    },
    "attributes": {
      "prefix": "",
      "initial-rate": "0.0",
      "initial-interval": 60,
      "next-rate": "0.0",
      "next-interval": 60,
      "connect-fee": "0.0",
      "reject-calls": false,
      "valid-from": "2024-03-11T14:35:44.103Z",
      "valid-till": "2024-03-13T14:35:44.103Z",
      "network-prefix-id": null
    }
  }
}