{ "opencollection": "1.0.0", "info": { "name": "Fintecture Account Information Services Accounts Test Accounts API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Test Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get All Test Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/res/v1/test-accounts" }, "docs": "Retrieves test accounts by bank for use in the sandbox environment only." }, { "info": { "name": "Get A Specific Test Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fintecture.com/res/v1/test-accounts/:account_id", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Get A Specific Test Account" } ] } ], "bundled": true }