Usage & Billing
View your usage per resource and estimate your costs.
Snapshot
{
"billingPeriod": { "start": "2026-07-01", "end": "2026-07-31" },
"accounts": { "current": 12, "limit": 1000, "cost": 36.00 },
"posts": { "current": 1240, "limit": null },
"apiCalls": { "current": 45200, "limit": 1000000 },
"phoneNumbers": [
{ "number": "+33612345678", "monthlyCost": 2.00 },
{ "number": "+13125551234", "monthlyCost": 1.50 }
],
"voiceMinutes": { "current": 142, "cost": 1.42 },
"smsSent": { "current": 234, "cost": 1.87 },
"xPassThrough": { "current": 0.43, "cost": 8.50 },
"totalEstimated": 49.79,
"currency": "USD"
}
Calling usage
Detail per call: duration, destination, cost.
SMS usage
Detail per SMS: number, content, cost.
X/Twitter pricing
The X pass-through is billed at cost. See the rates:
{
"readTweet": 0.005,
"userReadsFollows": 0.010,
"postsDm": 0.015,
"postsWithUrl": 0.200
}
Billing history
{
"invoices": [
{
"id": "inv_xxx",
"period": "2026-06",
"amount": 124.50,
"currency": "USD",
"status": "paid",
"pdfUrl": "https://..."
}
]
}
Alerts
Configure budget alerts:
{
"threshold": 100,
"currency": "USD",
"email": "finance@your-app.com"
}
You receive an email at 50%, 75%, 90%, 100% of the threshold.