Skip to main content
POST
/
cards
/
{serial}
/
unblock
Unblock a 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"
}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

serial
string
required

Card Serial Number

Body

application/json

PIN for non-admin users

pin
string
Example:

"1234"

Response

Card unblocked

The response is of type object.