Skip to main content
GET
Company free-tier credits

Authorizations

Authorization
string
header
required

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

Response

currency
string
required

ISO 4217 code applied to all €-value fields in the response

used_eur
string<decimal>
required

Cumulative cost of the company's metered API calls so far, priced at each event's version.

metered
boolean
required

True when the company is on a paid/metered plan — free-tier credits do not apply.

limit_eur
string<decimal> | null

Free-tier API-call budget for non-exempt companies. null when the company is exempt (metered/paid tier) or the LIMIT_ENFORCEMENT_ENABLED feature flag is off — the banner hides in that case.

remaining_eur
string<decimal> | null

limit_eur - used_eur, floored at 0. null whenever limit_eur is null.

estimates
object

How many operations the remaining credits buy, keyed by playground endpoint (parse, extract, search, ask). Empty when there is no free-tier cap.