Skip to main content
POST
Error

Corpo

application/json

Forgot Password Reset

ForgotPasswordResetInput payload

code
string
obrigatório

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

Exemplo:

"123456"

email
string
obrigatório

Email address of the account being reset.

Exemplo:

"user@acme.com"

newPassword
string
obrigatório

New password to set on the account.

Exemplo:

"newPassw0rd!"

Resposta