Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjI2LCJhdWQiOlsiYWRtaW4iXSwiZXhwIjoxNzc2MzY1NzMyfQ.0E6lDhr3kkuU4omoKYMkuTvkVM7m9jNbN0FjDYJtYrA 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: 74a06509-6870-4e38-94e5-d92af743410e x-runtime: 0.006078 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"
]
}
}
}