# Get user information **GET /me** Get user information from token sent in header ## Servers ## Parameters ## Responses ### 200 User informations #### Body: (object) - **success** (boolean) - **body** (object) ### 400 Missing required body parameters #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error ### 401 Unauthorized #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error ### 500 Unexpected error #### Body: (object) - **success** (boolean) If request is succeed - **message** (string) A human readable error message - **context** (string) Context of error [Powered by Bump.sh](https://bump.sh)