{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Users", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get users", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/users", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Gets a list of users for an account." }, { "info": { "name": "APIs.io Engineering Platform Get active sessions", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/users/:user_id/active_sessions", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get active sessions for a single user." }, { "info": { "name": "APIs.io Engineering Platform Get single active session", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/users/:user_id/active_sessions/:nonce", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" }, { "name": "nonce", "value": "", "type": "path" } ] }, "docs": "Get an active session for a single user." }, { "info": { "name": "APIs.io Engineering Platform Get failed logins", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/users/:user_id/failed_logins", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get all failed login attempts for a single user." }, { "info": { "name": "APIs.io Engineering Platform Get last seen identity", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/users/:user_id/last_seen_identity", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get last seen identity for a single user." } ] } ], "bundled": true }