{ "opencollection": "1.0.0", "info": { "name": "GoodLeap Developer Authorization & Elevation Management Loan Submission API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Loan Submission", "type": "folder" }, "items": [ { "info": { "name": "Submit Loan Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.goodleap.com/posfinancing/rest/v2/loans", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Submit an application to create a new loan. Returns the application’s outcome" }, { "info": { "name": "Share Loan Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.goodleap.com/posfinancing/rest/v2/loans-share", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the url and an optional email to the application for completion and loan submission." } ] } ], "bundled": true }