Skip to main content
POST
/
admin
/
change-password
Change user 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>"
}
'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Body

application/json

Password change details

new_password
string
required
old_password
string
required

Response

Password changed successfully

The response is of type object.