ApiAccesses API

get specific entry

GET /api/rest/admin/api-accesses/:id

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MTAyNTQ3MjQsInN1YiI6MjF9.1FA4SC-xiP3RCSSlQN8xbIZgWSCSAwbNQGGjwZ2n2FQ
Host: example.org
Cookie: 

Route

GET /api/rest/admin/api-accesses/3

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/"1ab047db7689060c83bdd80fba11a811"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 755050d9-88d7-4676-b132-9a85e5111297
X-Runtime: 0.011009
Content-Length: 249

Status

200 OK

Body

{
  "data": {
    "id": "3",
    "type": "api-accesses",
    "links": {
      "self": "http://example.org/api/rest/admin/api-accesses/3"
    },
    "attributes": {
      "customer-id": 9,
      "login": "api_access-3",
      "account-ids": [

      ],
      "allowed-ips": [
        "0.0.0.0",
        "127.0.0.1"
      ],
      "allow-listen-recording": false
    }
  }
}