{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Lists API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Lists", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Zero Trust lists", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "Fetches all Zero Trust lists for an account." }, { "info": { "name": "APIs.io Engineering Platform Create Zero Trust list", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Zero Trust list." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust list details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single Zero Trust list." }, { "info": { "name": "APIs.io Engineering Platform Update Zero Trust list", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a configured Zero Trust list." }, { "info": { "name": "APIs.io Engineering Platform Patch Zero Trust list", "type": "http" }, "http": { "method": "PATCH", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Appends or removes an item from a configured Zero Trust list." }, { "info": { "name": "APIs.io Engineering Platform Delete Zero Trust list", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a Zero Trust list." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust list items", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/lists/:list_id/items", "params": [ { "name": "list_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches all items in a single Zero Trust list." } ] } ], "bundled": true }