Skip to main content
GET
/
api
/
v1
/
auth
/
me
Get Current User
curl --request GET \
  --url https://api.mor.org/api/v1/auth/me \
  --header 'Authorization: <authorization>'
{
  "user": {}
}
Get current user information. Requires JWT Bearer authentication with Cognito token. User data is automatically kept up-to-date during authentication.

Headers

Authorization
string
required
Bearer token (JWT) from OAuth2 login

Response

user
object
User information object with profile details