Skip to main content

Reset Password

POST 

/auth/v1/reset

Reset password when forgotten

Request

Body

required
    email string
    phone_number string
    new_password string
    verification_token The verification_token returned when sending the verification code (string)

Responses

A successful response.

Schema
    object
Loading...