Reset user password
Profile
Reset user password
POST
Reset user password
Documentation Index
Fetch the complete documentation index at: https://docs.cleartalk.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key for authentication
Body
application/json
User email
Example:
"user@example.com"
Current password
Example:
"OldPass123!"
New password must contain at least 8 characters, one uppercase, one lowercase, one number and one special character
Example:
"NewPass123!"
Confirm new password
Example:
"NewPass123!"
Response
200
Password reset successfully
