{ "opencollection": "1.0.0", "info": { "name": "SAP Business Intelligence SAP Analytics Cloud Catalog Logon API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.sapanalytics.cloud/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Logon", "type": "folder" }, "items": [ { "info": { "name": "SAP Business Intelligence Log on to BI Platform", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/logon/long", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate to the BI Platform and obtain a logon token for subsequent API calls." }, { "info": { "name": "SAP Business Intelligence Log off from BI Platform", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.sapanalytics.cloud/api/v1/logoff" }, "docs": "Invalidate the current logon token and end the session." } ] } ], "bundled": true }