v3

latestOpenAPI 3.0.22026-08-04424560.5 KB
User V2

resetPassword

Set a new password using a reset token from the password reset email. The token is single-use and time-limited.

post/v2/users/public/resetPassword

Request body

emailstring required

Email address of the account

tokenstring required

Reset token from the password reset email

passwordstring required

The new password

Example request

{
  "email": "test@example.com"
}

Response

Password reset successfully

successboolean required

Example response

{
  "success": true
}