# Get user profile **GET /users/profile** Get the current user's profile information ## Servers - http://localhost/api/v1: http://localhost/api/v1 () - https://localhost/api/v1: https://localhost/api/v1 () ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **createdAt** (string) - **email** (string) - **id** (string) - **updatedAt** (string) - **username** (string) ### 500 Internal Server Error #### Body: application/json (object) - **code** (integer) - **error** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)