{ "opencollection": "1.0.0", "info": { "name": "Kpler Direct Access Aggregations Authentication API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Exchange Kpler client credentials for a bearer token", "type": "http" }, "http": { "method": "POST", "url": "https://api.kpler.com/login", "body": { "type": "json", "data": "{}" } }, "docs": "Returns an authorization token used as a bearer pass for subsequent API requests. Basic Authentication with encoded credentials in the Authorization header is also supported directly on data endpoints, without calling /login." } ] } ], "bundled": true }