Get current user
GET/api/v1/users/me/
Retrieve the authenticated user's profile information including basic details.
Responses
- 200
- 401
Current user profile
Authentication credentials were not provided or are invalid.
GET/api/v1/users/me/
Retrieve the authenticated user's profile information including basic details.
Current user profile
Authentication credentials were not provided or are invalid.