{ "opencollection": "1.0.0", "info": { "name": "Automated Spreading and Analysis Api-Key EmbeddedFinancials API", "version": "1.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EmbeddedFinancials", "type": "folder" }, "items": [ { "info": { "name": "retrieveEmbeddedFinancials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/embedded-financials/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "createEmbeddedFinancials", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/embedded-financials", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a URL to an HTML webapp to view the financials of a borrower" } ] } ], "bundled": true }