# Get Me **GET /api/users/me** ## Servers - production: https://lztup.toil.cc (production) ## Authentication methods - Http bearer ## Parameters ## Responses ### 200 Successful Response #### Body: application/json (object) - **user_id** (integer) - **username** (string) - **avatar** (string | null) - **role_id** (integer) - **created_at** (integer) ### 503 Database connection error #### Body: application/json (object) - **detail** (string) ### 401 Invalid access token #### Body: application/json (object) - **detail** (string) ### 403 Access token not entered #### Body: application/json (object) - **detail** (string) [Powered by Bump.sh](https://bump.sh)