Profile
Show the current access token
GET /profile/showAccessToken
GET /profile/showAccessToken
Returns the access token the user is currently using to authenticate. No specific permissions required, the user just needs to be logged in.
Responses
200 — Successful operation
Response Example
{
"accessToken": "eyJhbGciOiJSUash1Ah1ashja..."
}401 — Not authenticated
500 — Internal error