Skip to main content
POST
Set new password from reset token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Body

application/json
token
string
required

The password reset token from the emailed link

email
string<email>
required
password
string<password>
required

Minimum 8 characters, must include an uppercase letter, a lowercase letter and a number

passwordConfirmation
string<password>
required

Response

Success

status
string