{ "opencollection": "1.0.0", "info": { "name": "Sisense REST Authentication API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Login and Get Token", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/api/v1/authentication/login", "body": { "type": "form-urlencoded", "data": [ { "name": "username", "value": "" }, { "name": "password", "value": "" } ] } }, "docs": "Authenticates a user with username and password, returning a Bearer token for use in subsequent API requests." } ] } ], "bundled": true }