cURL
curl --request GET \ --url https://api.collectpure.com/inventory/get-inventory-stats/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "totalItems": 123, "totalQuantity": 123, "totalCostBasis": 123, "uniqueProducts": 123 } }
Retrieve aggregate statistics about the authenticated organization’s inventory, including total items, quantities, cost basis, and unique product count.
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
Default Response
Show child attributes
Was this page helpful?