# Get Current User Profile **GET /api/v1/user/me** Retrieve the authenticated user's profile information including personal details, role, and institutional affiliations. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ## Responses ### 200 Current user profile retrieved successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 401 Authentication token required [Powered by Bump.sh](https://bump.sh)