curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/subscribers/{id}/block \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Suspicious activity detected"
}
'{}Block a subscriber account with a reason
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/subscribers/{id}/block \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Suspicious activity detected"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Subscriber ID
Block reason
"Suspicious activity detected"
Block successful
The response is of type object.