curl -X POST "https://olive-gateway-a6ba.onrender.com/api/v1/pos/lookup-card" \ -H "Authorization: Bearer olive_live_xxx" \ -d '{ "card_identifier": "OLIV0001" }'
{ "found": true, "card": { "serial": "OLIV0001", "status": "ACTIVE", "type": "PARENT" }, "subscriber": { "id": "sub_abc123", "name": "John Doe", "phone": "+23277123456" } }
Get administrative details about a card
Bearer olive_live_xxx