Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJleHAiOjE3MzE1Nzg3NDcsInN1YiI6MjF9.XE9NCoftdFh_-0dbk2wkPmGEdFd5xP4RFPw_R_lAd9g 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-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: 01860212-0837-4fa2-817a-f7eb72ad6169 X-Runtime: 0.010421 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 } } }