cURL
curl --request GET \ --url https://api.contro.me/v1/partner/usage/summary \ --header 'x-contro-api-key: <api-key>'
{ "period": "2026-03", "items": [ { "type": "card_issuance", "total": 150, "count": 30 } ] }
Get usage summary for a billing period
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Billing period (YYYY-MM), defaults to current month
^\d{4}-\d{2}$
"2026-03"
Usage summary
Billing period in YYYY-MM format
Show child attributes