Auth
Reset password with token
Set a new password using the token received via email.
post/api/auth/reset-password
Request body
Example request
{
"newPassword": "newSecurePassword123"
}Response
Password reset successful
Example response
{
"message": "Operation completed successfully"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○