Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-spec/openapiSpecv3-2_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@
"/api/rest/2.0/auth/session/user": {
"get": {
"operationId": "getCurrentUserInfo",
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\n\nGets session information for the currently logged-in user.\n\nThis API does not require any parameters to be passed in the request. \n\nAny ThoughtSpot user can access this endpoint and send an API request. The data returned in the API response varies according to user's privilege and object access permissions.\n\n\n\n\n#### Endpoint URL\n",
"description": "\n <span class=\"since-beta-tag\">Version: 9.0.0.cl or later</span>\n\n\nRetrieves details of the current user session for the token provided in the request header.\n\nAny ThoughtSpot user can access this endpoint and send an API request. The data returned in the API response varies according to user's privilege and object access permissions.\n\n\n\n#### Endpoint URL\n",
"tags": [
"Authentication",
"9.0.0.cl"
Expand Down Expand Up @@ -558,7 +558,7 @@
"/api/rest/2.0/auth/session/token": {
"get": {
"operationId": "getCurrentUserToken",
"description": "\nGet token for the currently logged-in user. <br/> <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>\n\nGets token details for the currently logged-in user. You can use this endpoint to obtain the token associated with the user's session.\n\nThis API does not require any parameters to be passed in the request. \n\nAny ThoughtSpot user can access this endpoint and send an API request.\n\n\n\n\n#### Endpoint URL\n",
"description": "\n <span class=\"since-beta-tag\">Version: 9.4.0.cl or later</span>\n\nRetrieves details of the current session token for the bearer token provided in the request header.\n\nThis API endpoint does not create a new token. Instead, it returns details about the token, including the token string, creation time, expiration time, and the associated user.\n\nUse this endpoint to introspect your current session token, debug authentication issues, or when a frontend application needs session token details.\n\nAny ThoughtSpot user with a valid bearer token can access this endpoint and send an API request.\n\n\n\n#### Endpoint URL\n",
"tags": [
"Authentication",
"9.4.0.cl"
Expand Down