getCurrentUser
GET/api/v1/users/me
getCurrentUser
Responses
- 200
- 401
- 403
Current user (or anonymous user if not authenticated)
Invalid or expired token (client should clear credentials)
Account disabled or pending approval
GET/api/v1/users/me
getCurrentUser
Current user (or anonymous user if not authenticated)
Invalid or expired token (client should clear credentials)
Account disabled or pending approval