cURL
curl --request GET \ --url https://demo.enneo.ai/api/mind/profile/showAccessToken \ --header 'Authorization: Bearer <token>'
{ "accessToken": "eyJhbGciOiJSUash1Ah1ashja..." }
Returns the access token the user is currently using to authenticate. No specific permissions required, the user just needs to be logged in.
JWT-based authentication
Successful operation
The Bearer/Cookie auth token used for the current request
"eyJhbGciOiJSUash1Ah1ashja..."