cURL
curl --request POST \ --url https://api.mindshare.so/customer/v1/get-organization-quota-status \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "organizationID": 123 } '
{ "status": 123, "data": { "quota": 123, "used": 123, "customers": [ { "customer_id": 123, "customer_name": "<string>", "active_query_groups": 123 } ] }, "version": "<string>", "env": "<string>" }
Returns the organization’s query group quota, how many are currently in use, and a per-customer breakdown of active query groups.
Organization ID
The ID of the organization to check quota for. Must match the organization associated with the API key.
Organization quota status
HTTP status code
Show child attributes
API version
Environment name