v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-02-16143114179.4 KB
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

customersnumber required
activeSubscriptionsnumber required
totalInvoicesnumber required
totalRevenuestring required

Example response

{
  "customers": 42,
  "activeSubscriptions": 15,
  "totalInvoices": 120,
  "totalRevenue": "125000.00"
}