# Change Password **POST /api/v1/users/me/password** Allows the currently authenticated user to change their password. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) Current and new password - **current_password** (string) - **new_password** (string) ## Responses ### 200 Password changed successfully #### Body: application/json (object) - ***** (string) ### 400 Invalid request data or password change failed (e.g., wrong current password) #### Body: application/json (object) - ***** (string) ### 401 Unauthorized (JWT invalid/missing or User ID not found) #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)