Tenants
Get tenant usage statistics
Retrieve usage metrics including customer count, active subscriptions, and total revenue.
get/api/tenants/me/usage
Response
Usage metrics for the current billing period
Example response
{
"customers": 42,
"activeSubscriptions": 15,
"totalInvoices": 120,
"totalRevenue": "125000.00"
}