Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIxOCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0Mn0.yVkfLpvx3CbScWQ7vm6H_hV8hAtcsh934NGAmFUKaSE Host: example.org Cookie:
GET /api/rest/admin/routing-tags/19
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: bc4fd1aa-abf1-472d-be7b-bec5f04d922e x-runtime: 0.008475 content-length: 142
200 OK
{
"data": {
"id": "19",
"type": "routing-tags",
"links": {
"self": "http://example.org/api/rest/admin/routing-tags/19"
},
"attributes": {
"name": "ua_cli"
}
}
}