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.
curl --request GET \
--url https://demo.enneo.ai/api/mind/profile/showAccessToken \
--header 'Authorization: Bearer <token>'{
"accessToken": "eyJhbGciOiJSUash1Ah1ashja..."
}