Skip to main content
GET
/
v1
/
account
/
info
Get Account Info
curl --request GET \
  --url https://api.beeble.ai/v1/account/info \
  --header 'x-api-key: <api-key>'
{
  "email": "<string>",
  "billing_type": "prepaid",
  "spending_limit": 5000,
  "rate_limits": {
    "rpm": {
      "usage": 0,
      "limit": 100
    },
    "concurrency": {
      "usage": 0,
      "limit": 100
    }
  }
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

Account metadata including billing type, spending limits, and real-time rate limit usage.

email
string
required

Account email address

billing_type
string
default:prepaid

'prepaid' or 'postpaid'

spending_limit
integer | null

Spending limit per billing period in dollars

Example:

5000

rate_limits
AccountRateLimits · object

Rate limits and current usage