Me
GET/api/v1/auth/me
Return current user info with database lookup for email/name.
Responses
- 200
- 401
- 403
Successful Response
Authentication required or invalid credentials
Authenticated but insufficient permissions
GET/api/v1/auth/me
Return current user info with database lookup for email/name.
Successful Response
Authentication required or invalid credentials
Authenticated but insufficient permissions