Skip to main content
POST
Set a new password using a reset key

Body

application/x-www-form-urlencoded
action
string
required
Allowed value: "sagescreen_reset_password"
reset_password_nonce
string
required

WP nonce for sagescreen_reset_password

recaptcha_token
string
required

Turnstile / reCAPTCHA token (action reset_password)

reset_key
string
required

Password reset key from the email link

Example:

"abc123def456"

login
string
required

Username or email address

Example:

"john.doe"

new_password
string<password>
required
Minimum string length: 8
Example:

"NewSecurePass456"

confirm_password
string<password>
required

Must match new_password

Example:

"NewSecurePass456"

Response

200 - application/json

Password reset result

success
boolean
data
object