curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/link \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"card_serial": "OLIV0001",
"pin": "1234",
"subscriber_id": "subscriber-uuid"
}
'{}Link a parent NFC card to a subscriber account
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/cards/link \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"card_serial": "OLIV0001",
"pin": "1234",
"subscriber_id": "subscriber-uuid"
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Link card details
Card linked successfully
The response is of type object.