Skip to main content
POST
Change Password

Authorizations

Authorization
string
header
required

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

Body

application/json

Password change model.

current_password
string
required
new_password
string
required
Required string length: 8 - 72

Response

Successful Response