Skip to main content
GET
/
inventory
/
get-inventory-stats
/
v1
Get inventory statistics for your organization
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
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object
required