Skip to main content
GET
Get company budget

Authorizations

Authorization
string
header
required

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

Response

is_enabled
boolean
required

Whether this budget is actively enforced.

amount_eur
string
required

Monthly budget cap in EUR.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
current_cycle_start
string
required

First day of the current billing cycle (ISO date).

next_cycle_start
string
required

First day of the next billing cycle (ISO date).

monthly_spend_eur
string
required

Current month's spend in EUR.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
available_eur
string
required

Remaining budget for the current cycle in EUR.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
string
default:EUR

ISO 4217 currency code.

alerts
BudgetAlertResponse · object[]

Alert thresholds.