Destinations API

get specific entry

GET /api/rest/admin/destinations/:id

Request

Headers

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

Route

GET /api/rest/admin/destinations/4201538

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/"de595101cd14262cdfb9625635f0d7bb"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: fa5419f6-8f13-4640-bcaa-de0dbb5ad084
X-Runtime: 0.008109
Content-Length: 1670

Status

200 OK

Body

{
  "data": {
    "id": "4201538",
    "type": "destinations",
    "links": {
      "self": "http://example.org/api/rest/admin/destinations/4201538"
    },
    "attributes": {
      "enabled": true,
      "next-rate": "0.0",
      "connect-fee": "0.0",
      "initial-interval": 60,
      "next-interval": 60,
      "dp-margin-fixed": "0.0",
      "dp-margin-percent": "0.0",
      "initial-rate": "0.0",
      "asr-limit": 0.0,
      "acd-limit": 0.0,
      "short-calls-limit": 0.0,
      "prefix": "",
      "reject-calls": false,
      "use-dp-intervals": false,
      "valid-from": "2025-02-28T18:07:08.606Z",
      "valid-till": "2025-03-02T18:07:08.606Z",
      "external-id": 8,
      "routing-tag-ids": [

      ],
      "dst-number-min-length": 0,
      "dst-number-max-length": 100,
      "reverse-billing": false,
      "profit-control-mode-id": 2,
      "rate-policy-id": 1
    },
    "relationships": {
      "rate-group": {
        "links": {
          "self": "http://example.org/api/rest/admin/destinations/4201538/relationships/rate-group",
          "related": "http://example.org/api/rest/admin/destinations/4201538/rate-group"
        }
      },
      "routing-tag-mode": {
        "links": {
          "self": "http://example.org/api/rest/admin/destinations/4201538/relationships/routing-tag-mode",
          "related": "http://example.org/api/rest/admin/destinations/4201538/routing-tag-mode"
        }
      },
      "country": {
        "links": {
          "self": "http://example.org/api/rest/admin/destinations/4201538/relationships/country",
          "related": "http://example.org/api/rest/admin/destinations/4201538/country"
        }
      },
      "network": {
        "links": {
          "self": "http://example.org/api/rest/admin/destinations/4201538/relationships/network",
          "related": "http://example.org/api/rest/admin/destinations/4201538/network"
        }
      },
      "destination-next-rates": {
        "links": {
          "self": "http://example.org/api/rest/admin/destinations/4201538/relationships/destination-next-rates",
          "related": "http://example.org/api/rest/admin/destinations/4201538/destination-next-rates"
        }
      }
    }
  }
}