cURL
curl --request GET \ --url https://api.usezentra.com/api/v1/cards/{card_id}/balance \ --header 'Authorization: Bearer <token>'
GET /api/v1/cards//balance - Retrieve current card balance
GET /api/v1/cards/{card_id}/balance
curl https://api.usezentra.com/api/v1/cards/card_123/balance \ -H "Authorization: Bearer YOUR_SECRET_KEY"
Was this page helpful?