# Returns current authenticated user. **GET /api/v1/users/self** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **username** (string) - **display_name** (string) - **avatar_url** (string | null) ### 404 Not Found #### Body: application/json (object) - **error_description** (string) ### 500 Internal Server Error #### Body: application/json (object) - **error_description** (string) [Powered by Bump.sh](https://bump.sh)