Skip to main content
PUT
/
admin
/
users
/
{id}
/
status
Update user status
curl --request PUT \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/admin/users/{id}/status \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

User ID

Body

application/json

Status update

status
string
required

Response

OK

The response is of type object.