{ "opencollection": "1.0.0", "info": { "name": "LendKey E-Sign API (via Kong Gateway) Application Contracts onboarding API", "version": "0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "onboarding", "type": "folder" }, "items": [ { "info": { "name": "Submits an application LendKey for boarding.", "type": "http" }, "http": { "method": "POST", "url": "https://api.lendkey.com/esign/v1/onboarding/onboard", "body": { "type": "json", "data": "{}" } }, "docs": "Includes all application information as well as accepted loan offer information to board the application as a loan within LendKeys LOS." } ] } ], "bundled": true }