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

Change password request model

current_password
string
required
new_password
string
required

Response

Successful Response

Change password response model

success
boolean
required
message
string
required