{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Risk Scoring Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Risk Scoring Integrations", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List all risk score integrations for the account.", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/integrations", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform List all risk score integrations for the account." }, { "info": { "name": "APIs.io Engineering Platform Create new risk score integration.", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/integrations", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create new risk score integration." }, { "info": { "name": "APIs.io Engineering Platform Get risk score integration by id.", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/integrations/:integration_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "integration_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get risk score integration by id." }, { "info": { "name": "APIs.io Engineering Platform Update a risk score integration.", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/integrations/:integration_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "integration_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Overwrite the reference_id, tenant_url, and active values with the ones provided" }, { "info": { "name": "APIs.io Engineering Platform Delete a risk score integration.", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/integrations/:integration_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "integration_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Delete a risk score integration." }, { "info": { "name": "APIs.io Engineering Platform Get risk score integration by reference id.", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/zt_risk_scoring/integrations/reference_id/:reference_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "reference_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get risk score integration by reference id." } ] } ], "bundled": true }