Skip to main content
GET
/
partner
/
usage
/
summary
Get usage summary
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
    }
  ]
}

Authorizations

x-contro-api-key
string
header
required

Partner API key (sk_live_* for production, sk_test_* for sandbox)

Query Parameters

period
string

Billing period (YYYY-MM), defaults to current month

Pattern: ^\d{4}-\d{2}$
Example:

"2026-03"

Response

Usage summary

period
string
required

Billing period in YYYY-MM format

Example:

"2026-03"

items
object[]
required