{ "opencollection": "1.0.0", "info": { "name": "GoCardless REST billing_request_flows subscriptions API", "version": "2015-07-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/subscriptions" }, "docs": "List subscriptions" }, { "info": { "name": "Create a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.gocardless.com/subscriptions" }, "docs": "Create a subscription" }, { "info": { "name": "Get a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a subscription" }, { "info": { "name": "Update a subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gocardless.com/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a subscription" }, { "info": { "name": "Cancel a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.gocardless.com/subscriptions/:id/actions/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel a subscription" } ] } ], "bundled": true }