POST
/
auth
/
change-password
curl --request POST \
  --url https://api.mkinf.io/v0.1/auth/change-password \
  --header 'Content-Type: application/json' \
  --data '{
  "current_password": "pass1234",
  "new_password": "pass4567"
}'
{
  "message": "Password updated"
}

Update your account password. Requires providing both the current password and new password.

Body

application/json

Response

200 - application/json

The response is of type object.