Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 562 Bytes

File metadata and controls

23 lines (13 loc) · 562 Bytes

getUsage

Current billing-period usage: emails used vs the plan's included bucket (null = unlimited), AI actions, and the overage state that gates sending. Powers quota meters in dashboards and integrations.

HTTP: GET /api/billing/usage

Parameters

None.

Returns

usage-response — see the usage-response schema.

Example

Object res = mk.getUsage();

← All methods · Docs · mailkite.dev