Usage

Usage statistics and billing endpoints

Get current usage

get
/api/v1/usage

Get current usage statistics and billing information

Authorizations
AuthorizationstringRequired

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer vb_your_api_key_here
Responses
200

Current usage statistics

application/json
get
/api/v1/usage

Get usage history

get
/api/v1/usage/history

Get historical usage data

Authorizations
AuthorizationstringRequired

API key authentication. Include your API key in the Authorization header:

Authorization: Bearer vb_your_api_key_here
Query parameters
periodstring · enumOptional

Time period for aggregation

Default: monthlyPossible values:
limitinteger · min: 1 · max: 100Optional

Number of periods to return

Default: 12
Responses
200

Historical usage data

application/json
get
/api/v1/usage/history

Last updated