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