Skip to main content
POST
/
profile
/
change-password
Change password
curl --request POST \
  --url https://api.zochil.io/v3/monitoring/profile/change-password \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "currentPassword": "<string>",
  "newPassword": "<string>"
}
'

Authorizations

access-token
string
header
required

Body

application/json
currentPassword
string
required

Current password

newPassword
string
required

New password

Response

Password changed successfully