Destination next rates API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjc2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjEyMDAyfQ.RRsmtEnHcI21YHouuOdbNohfSKi8rxjAA18KykWsstg
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/"8155fedba3b3c0c71b43c859d6ff5b0c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 3d743a92-629d-41ee-b606-baf770d0bdb0
x-runtime: 0.005845
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": "2026-02-27T17:56:42.719Z",
      "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"
        }
      }
    }
  }
}