Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

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

Body

application/json

An object containing a new password and a confirmation of the new password.

password
string<password>

A new password.

Pattern: ^.{12,72}$
confirmPassword
string<password>

The confirmation of the new password.

Pattern: ^.{12,72}$

Response

The password has been reset.