Skip to main content
POST
Confirm password reset with tokens

Body

application/json
accessToken
string
required
Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

refreshToken
string
required
Example:

"7c45zg7nnd74"

newPassword
string
required
Minimum string length: 8
Example:

"NewSecurePass456!"

Response

Password reset successfully

success
boolean
Example:

true

message
string
Example:

"Password reset successfully. You can now sign in with your new password."