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