{ "opencollection": "1.0.0", "info": { "name": "GoCardless REST billing_request_flows creditor_bank_accounts API", "version": "2015-07-06" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "creditor_bank_accounts", "type": "folder" }, "items": [ { "info": { "name": "List creditor bank accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.gocardless.com/creditor_bank_accounts" }, "docs": "List creditor bank accounts" }, { "info": { "name": "Create a creditor bank account", "type": "http" }, "http": { "method": "POST", "url": "https://api.gocardless.com/creditor_bank_accounts" }, "docs": "Create a creditor bank account" } ] } ], "bundled": true }