Skip to main content
POST
Change password

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is the account token returned from the Login endpoint.

Body

application/json
currentPassword
string<password>
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
boolean