{ "opencollection": "1.0.0", "info": { "name": "SAP BI Tools SAP Analytics Cloud Administration Authentication API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/authorize", "accessTokenUrl": "https://{tenant}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "SAP BI Tools Log on to BI Platform", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/logon/long", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticates a user against the BI Platform and returns a logon token that must be included in subsequent API requests. Supports Enterprise, LDAP, and Windows AD authentication types." }, { "info": { "name": "SAP BI Tools Log off from BI Platform", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.{datacenter}.sapanalytics.cloud/logoff" }, "docs": "Invalidates the current logon token and terminates the session. The logon token provided in the header is no longer valid after this call." } ] } ], "bundled": true }