cURL
curl --request GET \ --url https://api.bigdata.com/v1/subscription/quotas \ --header 'X-API-KEY: <api-key>'
{ "org_id": "<string>", "subscription_type": "quota", "quota_units": [ { "id": "<string>", "display_name": "<string>", "units_usage": 123, "units_limit": 123 } ] }
Returns the current subscription quotas and usage for the organization. For examples, see the Monitor usage how-to guide.
Successful Response
Response model for subscription quota information. All prices in CENTS.
Organization ID
Type of subscription
"quota"
List of quota unit information for the organization
Show child attributes
Was this page helpful?