Node.js
Retrieve Usage Stats
Retrieves usage statistics during the current billing period.
GET
Node.js
Headers
Response
Successfully returned the usage stats.
The effective monthly limit for the current billing period. A limit of zero means the account cannot send any messages. For sub-accounts with no explicit limit set (i.e., -1), the monthly limit for the parent account is returned.
Example:
10000
The total usage for the current billing period.
Example:
5000
The end date of the current billing period (ISO 8601 format).
Example:
"2025-04-11"
The start date of the current billing period (ISO 8601 format).
Example:
"2025-03-12"

