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.eyJzdWIiOjM3LCJhdWQiOlsiY3VzdG9tZXItdjEiXSwiZXhwIjoxNzMxNTc4MjI5fQ.13C2HEIsyIK8k4rVpVg-HUBmXXSqvioGzHklKiNTkZI
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/rates/ac8f2b0a-a26e-11ef-a008-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/"4cd350579c360b20321f3cff0fa31313"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 94d59fd2-b1f7-44d4-8d49-a43ba01611c4
X-Runtime: 0.057993
Content-Length: 424

Status

200 OK

Body

{
  "data": {
    "id": "ac8f2b0a-a26e-11ef-a008-0242ac120003",
    "type": "rates",
    "links": {
      "self": "http://example.org/api/rest/customer/v1/rates/ac8f2b0a-a26e-11ef-a008-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-11-13T09:56:09.687Z",
      "valid-till": "2024-11-15T09:56:09.687Z",
      "network-prefix-id": null
    }
  }
}