Skip to main content
Return a single payload that powers the billing overview in the dashboard: current wallet balance, recent payments, recent transactions, and month-to-date usage totals. Method: GET Path: /api/billing/summary Auth: Session Bearer

Response

object
Current wallet snapshot with balance and currency.
object[]
Newest wallet top-ups.
object[]
Newest wallet transactions.
object
Aggregated usage for the current billing month.

Example

Errors