Usage
Usage statistics and billing endpoints
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
401
Authentication required or invalid API key
application/json
get
/api/v1/usageGet 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 · enumOptionalDefault:
Time period for aggregation
monthlyPossible values: limitinteger · min: 1 · max: 100OptionalDefault:
Number of periods to return
12Responses
200
Historical usage data
application/json
401
Authentication required or invalid API key
application/json
get
/api/v1/usage/historyLast updated