account

Get Account Info

Get account metadata and current rate limit usage.

get/v1/account/info

Response

Successful Response

emailstring required

Account email address

billing_typestring

'prepaid' or 'postpaid'

spending_limitinteger nullable

Spending limit per billing period in dollars

Example response

{
  "spending_limit": 5000,
  "rate_limits": {
    "rpm": {
      "usage": 12,
      "limit": 100
    },
    "concurrency": {
      "usage": 12,
      "limit": 100
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.