{ "opencollection": "1.0.0", "info": { "name": "Pennylane Company Account Bank Accounts API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bank Accounts", "type": "folder" }, "items": [ { "info": { "name": "List bank accounts", "type": "http" }, "http": { "method": "GET", "url": "https://app.pennylane.com/api/external/v2/bank_accounts" }, "docs": "Requires scope: bank_accounts:readonly or bank_accounts:all." }, { "info": { "name": "Create a bank account", "type": "http" }, "http": { "method": "POST", "url": "https://app.pennylane.com/api/external/v2/bank_accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Requires scope: bank_accounts:all." }, { "info": { "name": "Retrieve a bank account", "type": "http" }, "http": { "method": "GET", "url": "https://app.pennylane.com/api/external/v2/bank_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Internal Pennylane resource id (v2 uses internal ids only, not source_id)." } ] }, "docs": "Retrieve a bank account" } ] } ], "bundled": true }