ApiAccesses API

get specific entry

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

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzY3MzU4NTYwfQ.Rg5rOTBm6HFzBoiXuXm6v_gnn-yp_K4BiqS9g8PwA80
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-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: 32b7f3c0-8ae9-460c-9d98-fb71111e8d10
x-runtime: 0.006060
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
    }
  }
}