I am using the session recipe and have multiple ap...
# support-questions-legacy
w
I am using the session recipe and have multiple api endpoints. I am using nodejs with express. https://supertokens.com/docs/session/common-customizations/sessions/session-verification-in-api/verify-session There is a code snippet to call verifySession let userId = req.session!.getUserId();