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

Authorizations

access-token
string
header
required

Body

application/json
current_password
string
required
new_password
string
required

Response

200

Password changed successfully