{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Stream Webhook API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stream Webhook", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform View webhooks", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/webhook", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a list of webhooks." }, { "info": { "name": "APIs.io Engineering Platform Create webhooks", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/webhook", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a webhook notification." }, { "info": { "name": "APIs.io Engineering Platform Delete webhooks", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/stream/webhook", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a webhook." } ] } ], "bundled": true }