Hi :wave: is there a way to retrieve the session t...
# talk-kratos
l
Hi 👋 is there a way to retrieve the session token when we have the session cookie (or the session id) ? cause the code seems to hide the token explicitly in the json marshalling and the api documentation does not seems to expose an endpoint for that
Copy code
// The Session Token
	//
	// The token of this session.
	Token string    `json:"-" db:"token"`