Change password

Change Password

This endpoint is used to change the password for the client portal.

Request Body

  • current_password (string): The current password of the user.
  • new_password (string): The new password to be set.

Response

The response is a JSON object with the following schema:

{
  "success": true
}

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!