Skip to main content
GET
/
v2
/
account
/
limits
Get current limits
curl --request GET \
  --url https://api.example.com/v2/account/limits \
  --header 'Authorization: Bearer <token>'
{
  "limitInfo": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK

passthrough opaque (the platform service GetLimitsOutput); shape under limitInfo.

limitInfo
object