Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzcyMjExOTk5fQ.jomCn62Nab2F9fHN30_x7DyNwUa9yOKQNPpyjkmiRjY 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/"0a3ab721b6208b9c75257bcd26e3185d" cache-control: max-age=0, private, must-revalidate x-request-id: 3168ac6c-1e99-49bd-b8d7-85ed1e46d0a9 x-runtime: 0.006469 content-length: 218
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"
]
}
}
}