Skip to main content
GET
/
settings
/
billing
Get Company Billing
curl --request GET \
  --url https://api.getoutbox.ai/settings/billing/ \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "billing": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

date
string<date-time>

Anchor date for current-month billing. Mutually exclusive with start_date/end_date.

end_date
string<date-time>
page
integer
default:1
start_date
string<date-time>
tab
string
default:agent

Tab to render: agent, module, plugin, invoices.

Response

total
number<double>
required

Aggregated cost for the selected tab + date range.

billing
object[]
required

Tab-specific row shape (agent threads, module runs, plugin charges, or Stripe invoices).