{ "opencollection": "1.0.0", "info": { "name": "ChartMogul REST Account Plans API", "version": "1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "List plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/plans" }, "docs": "List plans" }, { "info": { "name": "Create a plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.chartmogul.com/v1/plans", "body": { "type": "json", "data": "{}" } }, "docs": "Create a plan" }, { "info": { "name": "Retrieve a plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.chartmogul.com/v1/plans/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Retrieve a plan" }, { "info": { "name": "Update a plan", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.chartmogul.com/v1/plans/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a plan" }, { "info": { "name": "Delete a plan", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.chartmogul.com/v1/plans/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] }, "docs": "Delete a plan" } ] } ], "bundled": true }