Usage

Credit balance and organization quotas.

Retrieve credit balance and quotas

GET/usage

Credits are denominated in minutes and are shared across the whole organization.

GET /usage
curl -X GET "https://api.rabbitt.ai/api/v1/usage" \
  -H "Authorization: Bearer rb_live_xxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

Responses

200Current usage
400Invalid request
401Missing or invalid API key
403The key lacks the required scope
404Resource not found
429Rate limit exceeded
Response body - 200
objectstring
organizationobject
idstring
namestring
planstring
creditsobject
allocatedMinutesnumber
usedMinutesnumber
remainingMinutesnumber
limitsobject
maxAgentsinteger
maxUsersinteger
maxConcurrentCallsinteger

Dashboard Welcome