{ "opencollection": "1.0.0", "info": { "name": "LendKey E-Sign API (via Kong Gateway) Application Contracts auth API", "version": "0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "Obtain an authorization token", "type": "http" }, "http": { "method": "POST", "url": "https://api.lendkey.com/esign/v1/oauth2/token", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" } ] } }, "docs": "Performs client credentials authentication and returns an access token that is valid for 60 minutes." } ] } ], "bundled": true }