POST /_system/passwordreset/update
Update password using a valid reset token
Update password using a valid reset token
| Key | Type | Example | Description |
|---|---|---|---|
| token required | string |
"example-string"
|
Password reset token
|
| password required | string |
"••••••••"
|
New password
|
{
"msg": "ok"
}
{
"error": "ERROR_KEY"
}
| Permission | Description |
|---|---|
*public |
No authentication required — public endpoint |
Back to Password Reset Return to the Password Reset category to view other endpoints All API Categories Browse all available API categories