Destination next rates API

get specific entry

GET /api/rest/admin/destination-next-rates/:id

Request

Headers

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

Route

GET /api/rest/admin/destination-next-rates/3

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/"a304e1bb1a16088e976c1826b9b27c2a"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 1a03b781-f06e-4e7c-9713-eb4a1bef347f
X-Runtime: 0.008051
Content-Length: 539

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "destination-next-rates",
    "links": {
      "self": "http://example.org/api/rest/admin/destination-next-rates/3"
    },
    "attributes": {
      "next-rate": "0.0",
      "initial-rate": "0.0",
      "initial-interval": 5,
      "next-interval": 10,
      "connect-fee": "0.0",
      "apply-time": "2025-03-01T19:07:08.197Z",
      "applied": false,
      "external-id": null
    },
    "relationships": {
      "destination": {
        "links": {
          "self": "http://example.org/api/rest/admin/destination-next-rates/3/relationships/destination",
          "related": "http://example.org/api/rest/admin/destination-next-rates/3/destination"
        }
      }
    }
  }
}