{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Account Subscriptions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Account Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/subscriptions", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all of an account's subscriptions." }, { "info": { "name": "APIs.io Engineering Platform Create Subscription", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/subscriptions", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an account subscription." }, { "info": { "name": "APIs.io Engineering Platform Update Subscription", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/subscriptions/:subscription_identifier", "params": [ { "name": "subscription_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an account subscription." }, { "info": { "name": "APIs.io Engineering Platform Delete Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/subscriptions/:subscription_identifier", "params": [ { "name": "subscription_identifier", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes an account's subscription." } ] } ], "bundled": true }