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.eyJzdWIiOjM3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzIxMjM1Nzg4fQ.H41fkwXJYspCKUAKa03vePYlqlAd6IfTU9KFSYko53Y
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rates/4d3309b0-445e-11ef-b3ec-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/"81539192de3fd5ec73d40ae8f92e5be4"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 07bd9665-aaa3-4ce1-86fe-eb2e6aedddbb
X-Runtime: 0.052602
Content-Length: 424

Status

200 OK

Body

{
  "data": {
    "id": "4d3309b0-445e-11ef-b3ec-0242ac120003",
    "type": "rates",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rates/4d3309b0-445e-11ef-b3ec-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-07-16T17:02:08.450Z",
      "valid-till": "2024-07-18T17:02:08.450Z",
      "network-prefix-id": null
    }
  }
}