Skip to main content
GET
Retrieve credit consumption for a date range

Authorizations

X-API-KEY
string
header
required

Your API key

Query Parameters

start_date
string<date>
required

Start of the range (inclusive), formatted as YYYY-MM-DD.

Example:

"2026-01-01"

end_date
string<date>
required

End of the range (inclusive), formatted as YYYY-MM-DD. Must be on or after start_date.

Example:

"2026-01-31"

Response

Current balance and credits consumed over the requested range

current_credit_balance
integer

Your current enrichment credit balance.

Example:

3000

consumption
object