{ "opencollection": "1.0.0", "info": { "name": "Finch Auth API", "version": "2024-04-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Exchange authorization code for access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.tryfinch.com/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange authorization code for access token" } ] } ], "bundled": true }