curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/admin/change-password \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"new_password": "<string>",
"old_password": "<string>"
}
'{}Allows authenticated system users to change their password
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/admin/change-password \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"new_password": "<string>",
"old_password": "<string>"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Password change details
Password changed successfully
The response is of type object.