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

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

Account info from DynamoDB + Modal Dict (fast).

email
string
required

Account email address

billing_type
string
default:prepaid

'prepaid' or 'postpaid'

monthly_hard_limit
integer | null

Monthly hard limit in dollars

rate_limits
AccountRateLimits · object

Rate limits and current usage