{ "opencollection": "1.0.0", "info": { "name": "LendKey E-Sign API (via Kong Gateway) Application Contracts internal API", "version": "0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "internal", "type": "folder" }, "items": [ { "info": { "name": "Create Request Log", "type": "http" }, "http": { "method": "POST", "url": "https://api.lendkey.com/esign/requestLog", "headers": [ { "name": "X-Organization-Id", "value": "" }, { "name": "requestSource", "value": "" }, { "name": "requestedBy", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new request log entry for tracking API requests.\nReturns a requestLogId that should be used in the PUT endpoint to update the log with response details.\n" }, { "info": { "name": "Update Request Log", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lendkey.com/esign/requestLog", "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing request log entry with response details and success status." } ] } ], "bundled": true }