GET /api/auth/me
Returns the profile of the currently authenticated user based on the provided access token.
Authentication
Request parameters
No parameters.Response
200 OK
true on success.Error responses
| Status | Description |
|---|---|
401 | Access token is missing or invalid |
404 | User account not found or inactive |