cURL
curl --request GET \ --url https://api.contro.me/v1/partner/cards \ --header 'x-contro-api-key: <api-key>'
{ "data": [ { "id": "card_def456", "type": "virtual", "brand": "Visa", "status": "active", "nameOnCard": "JANE DOE", "limit": 5000, "provider": "stripe", "programId": "prog_xyz", "createdAt": "2026-03-20T14:30:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
List cards for this partner
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Cursor for pagination
Number of items per page (1-100)
1 <= x <= 100
List of cards
Show child attributes