{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Risk Scoring API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Risk Scoring", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get risk event/score information for a specific user", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/:user_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get risk event/score information for a specific user" }, { "info": { "name": "APIs.io Engineering Platform Clear the risk score for a particular user", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/:user_id/reset", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Clear the risk score for a particular user" }, { "info": { "name": "APIs.io Engineering Platform Get all behaviors and associated configuration", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/behaviors", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get all behaviors and associated configuration" }, { "info": { "name": "APIs.io Engineering Platform Update configuration for risk behaviors", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/behaviors", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "Account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Update configuration for risk behaviors" }, { "info": { "name": "APIs.io Engineering Platform Get risk score info for all users in the account", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/summary", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get risk score info for all users in the account" } ] } ], "bundled": true }