Logo
MicroStrategy REST API API Documentation

Keep session alive

PUT {{baseUrl}}/api/sessions

Extends the HTTP and Intelligence Server sessions by resetting the timeouts. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status





Curl
curl -X PUT 'baseUrl/api/sessions' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS