Pops API

get specific entry

GET /api/rest/admin/pops/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MjEyMzYzMTcsInN1YiI6MTQzfQ.8Zu9CbbbprjTFsbK4is9Vm-jKLupAGSI-X40Pegce1w
Host: example.org
Cookie: 

Route

GET /api/rest/admin/pops/11

Response

Headers

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: 76d9657d-ee14-4765-9ff0-0bdaaf53acf7
X-Runtime: 0.011349
Content-Length: 140

Status

200 OK

Body

{
  "data": {
    "id": "11",
    "type": "pops",
    "links": {
      "self": "http://example.org/api/rest/admin/pops/11"
    },
    "attributes": {
      "name": "Point of presence 11"
    }
  }
}