{ "opencollection": "1.0.0", "info": { "name": "Chargebee API v2 Customers Subscriptions API", "version": "2" }, "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://{site}.chargebee.com/api/v2/subscriptions" }, "docs": "List subscriptions" }, { "info": { "name": "Create a subscription for a customer", "type": "http" }, "http": { "method": "POST", "url": "https://{site}.chargebee.com/api/v2/subscriptions" }, "docs": "Create a subscription for a customer" }, { "info": { "name": "Retrieve a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://{site}.chargebee.com/api/v2/subscriptions/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a subscription" } ] } ], "bundled": true }