{ "opencollection": "1.0.0", "info": { "name": "LendKey E-Sign API (via Kong Gateway) Application Contracts applications API", "version": "0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "applications", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the current status of one or more applications", "type": "http" }, "http": { "method": "POST", "url": "https://api.lendkey.com/esign/v1/application/status", "body": { "type": "json", "data": "{}" } }, "docs": "Provide your requester identification UUID and a set of application/loan reference keys to get an up-to-date status on them." } ] } ], "bundled": true }