{ "opencollection": "1.0.0", "info": { "name": "Octobat Coupons Subscriptions API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://apiv2.octobat.com/subscriptions" }, "docs": "List subscriptions" }, { "info": { "name": "Create a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://apiv2.octobat.com/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a subscription" }, { "info": { "name": "Retrieve a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://apiv2.octobat.com/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a subscription" }, { "info": { "name": "Record a usage item on a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://apiv2.octobat.com/usage_items", "body": { "type": "json", "data": "{}" } }, "docs": "Record a usage item on a subscription" } ] } ], "bundled": true }