List Cards
Retrieve the cards issued under your tenant. Results are tenant-scoped by default.
Endpoint
Query Parameters
Filter cards for one downstream customer. customerId is accepted as an alias for compatibility.
Maximum number of records to return.
Number of records to skip before returning results.
Example Request
curl "https://api.usezentra.com/api/v1/cards?customer_id=cust_123&limit=20&offset=0" \
-H "Authorization: Bearer YOUR_SECRET_KEY"
Response Notes
- Results are tenant-scoped.
- The reviewed public gateway currently exposes card listing, not a dedicated
GET /api/v1/cards/{card_id} record endpoint.
- Use the returned
card_id with funding, security, and alert-management endpoints.
Next Steps
Create Card
Issue a new virtual or physical card
Fund Card
Add balance to an existing card