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"
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
- ○