Change Password
Auth Endpoints
Change Password
Change the authenticated user’s password
POST
Change Password
Changes the password for the currently authenticated user. The user must provide their current password for verification. Requires a valid access token in theDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
This endpoint is only available to users who signed up with email and password.
OAuth-only users who have no password will receive a
400 error.Body Parameters
The user’s current password.
The new password. Must be different from the current password.
Response
true on success.Confirmation message:
"Password updated successfully."Error Responses
User Not Found — 403
User Not Found — 403
Not Password Authenticated — 400
Not Password Authenticated — 400
Wrong Password — 401
Wrong Password — 401
See Also
useAuthhook —changePassword- Built-in Auth guide

