Skip to main content
POST
Error

Body

application/json

Forgot Password Reset

ForgotPasswordResetInput payload

code
string
required

Six-digit verification code delivered by the send-code endpoint.

Example:

"123456"

email
string
required

Email address of the account being reset.

Example:

"user@acme.com"

newPassword
string
required

New password to set on the account.

Example:

"newPassw0rd!"

Response