curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/{serial}/unblock \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pin": "1234"
}'{}Unblock a previously blocked NFC card
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/{serial}/unblock \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"pin": "1234"
}'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Card Serial Number
PIN for non-admin users
"1234"
Card unblocked
The response is of type object.