Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NTgsInN1YiI6MTQ0fQ.BVTJgYwCbrVnsWYVdisYePM0c5GnR6vqNxKE9TxX13A Host: example.org Cookie:
GET /api/rest/admin/pops/11
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept ETag: W/"a8764e2ec986e72772b93f276380578f" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 2bd6fc0e-3687-4696-91ee-8f592e6f14be X-Runtime: 0.010465 Content-Length: 140
200 OK
{ "data": { "id": "11", "type": "pops", "links": { "self": "http://example.org/api/rest/admin/pops/11" }, "attributes": { "name": "Point of presence 11" } } }