Skip to main content

ResetPassword sets a new password using reset token.

PATCH 

/api/v1/auth/password/reset

Parameters

  • token: Required, reset token from email
  • password: Required, new password

Errors

  • INVALID_ARGUMENT: Invalid/expired token or weak password

Request

Responses

A successful response.