{ "opencollection": "1.0.0", "info": { "name": "Keka HR Assets Authentication API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.keka.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Fetch Access Token", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.keka.com/api/v1/connect/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "scope", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "api_key", "value": "" } ] } }, "docs": "\n" } ] } ], "bundled": true }