API Keys
Authorizations
AuthorizationstringRequired
API key authentication. Include your API key in the Authorization header:
Authorization: Bearer vb_your_api_key_here
Query parameters
fullbooleanOptionalDefault:
Show full API keys instead of masked versions
falseResponses
200
List of API keys with plan limits
application/json
401
Authentication required or invalid API key
application/json
500
Internal server error
application/json
get
/api/v1/api-keysAuthorizations
AuthorizationstringRequired
API key authentication. Include your API key in the Authorization header:
Authorization: Bearer vb_your_api_key_here
Body
namestring · min: 1 · max: 100Required
Human-readable name for the API key
Responses
200
API key created successfully
application/json
400
Bad request
application/json
401
Authentication required or invalid API key
application/json
403
API key limit exceeded
application/json
500
Internal server error
application/json
post
/api/v1/api-keysAuthorizations
AuthorizationstringRequired
API key authentication. Include your API key in the Authorization header:
Authorization: Bearer vb_your_api_key_here
Query parameters
idstringRequiredExample:
API key ID to delete
key_123Responses
200
API key deleted successfully
application/json
400
Bad request
application/json
401
Authentication required or invalid API key
application/json
500
Internal server error
application/json
delete
/api/v1/api-keysLast updated