Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzQwODUzMDIzfQ.OwvI-J3ZjBemGKqfx3Ff9-GrGNoopfKQZSeDiGdo92Y Host: example.org Cookie:
GET /api/rest/admin/api-accesses/3
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: a1d8c0d2-5bb9-4af9-af64-ed1ff72bf5c2 X-Runtime: 0.007879 Content-Length: 249
200 OK
{
"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
}
}
}