Skip to main content
GET
/
v1
/
usage
Get usage stats
curl --request GET \
  --url https://api.ringbee.dev/v1/usage \
  --header 'X-API-Key: <api-key>'
{
  "plan": "pro",
  "gb_used": 5.234,
  "gb_included": 25,
  "gb_remaining": 19.766,
  "total_jobs": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.ringbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Usage summary

plan
string
Example:

"pro"

gb_used
number
Example:

5.234

gb_included
number
Example:

25

gb_remaining
number
Example:

19.766

total_jobs
integer