account
Get Billing Info
Get billing period details and per-meter usage breakdown.
get/v1/account/billing
Response
Successful Response
Example response
{
"billing_period_start": 1711929600,
"billing_period_end": 1714521600,
"prepaid_balance": 247.5,
"current_period_usage": 89.4,
"meters": [
{
"total_usage": 150
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.