POST
Finish a password reset

Headers

x-program-id
string
required

Identifies the program. Can also be sent as the programId query parameter.

Body

application/json
email
string<email>
required
code
string
required

Reset code from the email.

new_password
string
required
Minimum string length: 8

Response

Tokens, or the next challenge

success
boolean
Example:

true

data
object

Returned when login is fully complete.