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