{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Custom Indicator Feeds API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Custom Indicator Feeds", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get indicator feeds owned by this account", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get indicator feeds owned by this account" }, { "info": { "name": "APIs.io Engineering Platform Create new indicator feed", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create new indicator feed" }, { "info": { "name": "APIs.io Engineering Platform Get indicator feed metadata", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/:feed_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "feed_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get indicator feed metadata" }, { "info": { "name": "APIs.io Engineering Platform Update indicator feed metadata", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/:feed_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "feed_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Update indicator feed metadata" }, { "info": { "name": "APIs.io Engineering Platform Get indicator feed data", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/:feed_id/data", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "feed_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Get indicator feed data" }, { "info": { "name": "APIs.io Engineering Platform Update indicator feed data", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/:feed_id/snapshot", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "feed_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "source", "type": "text", "value": "" } ] } }, "docs": "APIs.io Engineering Platform Update indicator feed data" }, { "info": { "name": "APIs.io Engineering Platform Grant permission to indicator feed", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/permissions/add", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Grant permission to indicator feed" }, { "info": { "name": "APIs.io Engineering Platform Revoke permission to indicator feed", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/permissions/remove", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Revoke permission to indicator feed" }, { "info": { "name": "APIs.io Engineering Platform List indicator feed permissions", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator-feeds/permissions/view", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform List indicator feed permissions" }, { "info": { "name": "APIs.io Engineering Platform Download indicator feed data", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/intel/indicator_feeds/:feed_id/download", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "feed_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Download indicator feed data" } ] } ], "bundled": true }