cURL
curl --request POST \ --url https://api.usezentra.com/api/v1/cards/{card_id}/unlock \ --header 'Authorization: Bearer <token>'
POST /api/v1/cards//unlock - Unlock a card
POST /api/v1/cards/{card_id}/unlock
curl -X POST https://api.usezentra.com/api/v1/cards/card_123/unlock \ -H "Authorization: Bearer YOUR_SECRET_KEY"
Was this page helpful?