cURL
curl --request GET \ --url https://api.contro.me/v1/partner/card-programs \ --header 'x-contro-api-key: <api-key>'
{ "data": [ { "id": "prog_xyz", "name": "US Virtual Visa", "description": "Virtual Visa cards for US customers", "type": "virtual", "provider": "stripe", "brand": "Visa", "currency": "USD", "region": "US", "image": null, "active": true, "createdAt": "2026-01-01T00:00:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
List card programs available to 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 card programs
Show child attributes