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

oldPassword
string

Old password used by the user

Example:

"oldpassword"

newPassword
string

New password being set by the user

Example:

"newpassword"

Response

Response when the password gets successfully changed

code
string
message
string