Get customer usage summary
Returns a usage summary for a customer, grouped by event type. Includes event counts and last reported timestamps.
Authentication
AuthorizationBearer
Use a secret key (sk_test_* or sk_live_*) for full read/write access, or a public key (pk_test_* or pk_live_*) for read-only access.
Path parameters
id
The customer UUID.
Query parameters
start_date
Filter usage from this date (inclusive).
end_date
Filter usage up to this date (inclusive).
event_name
Filter by a specific event name.
Response
Customer usage summary
data
Errors
401
Unauthorized Error