{ "opencollection": "1.0.0", "info": { "name": "LendKey E-Sign API (via Kong Gateway) Application Contracts Authentication API", "version": "0.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get OAuth2 Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://api.lendkey.com/esign/oauth2/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Obtain an OAuth2 access token for authenticating API requests.\nThis endpoint is provided by Kong Gateway.\n\n**Token expires after 2 hours** - you'll need to request a new token when it expires.\n" } ] } ], "bundled": true }