{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zone Subscription API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zone Subscription", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Zone Subscription Details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/zones/:identifier/subscription", "params": [ { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "Lists zone subscription details." }, { "info": { "name": "APIs.io Engineering Platform Create Zone Subscription", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/zones/:identifier/subscription", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a zone subscription, either plan or add-ons." }, { "info": { "name": "APIs.io Engineering Platform Update Zone Subscription", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/zones/:identifier/subscription", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates zone subscriptions, either plan or add-ons." } ] } ], "bundled": true }