{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Access Authentication Logs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Authentication Logs", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get Access authentication logs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/logs/access_requests", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "limit", "value": "25", "type": "query", "description": "The maximum number of log entries to retrieve." }, { "name": "direction", "value": "desc", "type": "query", "description": "The chronological sorting order for the logs." }, { "name": "since", "value": "", "type": "query", "description": "The earliest event timestamp to query." }, { "name": "until", "value": "", "type": "query", "description": "The latest event timestamp to query." } ] }, "docs": "Gets a list of Access authentication audit logs for an account." } ] } ], "bundled": true }