curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/{serial}/block \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Lost card"
}
'{}Block an NFC card with a reason
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/{serial}/block \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reason": "Lost card"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Card Serial Number
Block reason
Card blocked
The response is of type object.