Routing RoutingTag API

get specific entry

GET /api/rest/admin/routing-tags/:id

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwNiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3MX0.74Y42dSHQfYa4twRuFcfwl4hn3Th7C7h93HM5-INiLA
Host: example.org
Cookie: 

Route

GET /api/rest/admin/routing-tags/19

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/"d5c16e64de718278b225a91da55693dc"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0af6d7e4-dde1-44a3-8619-e539a9c55c92
x-runtime: 0.006330
content-length: 142

Status

200 OK

Body

{
  "data": {
    "id": "19",
    "type": "routing-tags",
    "links": {
      "self": "http://example.org/api/rest/admin/routing-tags/19"
    },
    "attributes": {
      "name": "ua_cli"
    }
  }
}