cURL
curl --request GET \ --url http://127.0.0.1:3333/v3/billing/usage-stats \ --header 'Authorization: Bearer <token>'
{ "totalSessions": 123, "webSessions": 123, "whatsappSessions": 123, "aiResponses": 123, "totalCreditsConsumed": 123, "creditsUsedThisMonth": 123, "plan": "HOBBY", "creditsRecurring": 123, "creditsPurchased": 123, "totalMonthlyLimit": 123 }
Get detailed usage statistics (Odometer).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
HOBBY
CORE
SCALE
LIFETIME
OFFERED
CUSTOM
UNLIMITED
DEDICATED