Skip to main content
Set a new password using a password reset token

Headers

x-csrf-token
string
required

CSRF token returned by /api/v1/auth/csrf and mirrored in the CSRF cookie.

Body

application/json
token
string
required
Example:

"base64url-reset-token"

password
string<password>
required
Required string length: 15 - 1024

Response

Password updated. No new session is created.

ok
boolean
status
string
message
string
resendAfterSeconds
integer