Skip to main content
GET
/
listings
/
get-listing-stats
/
v1
Get listing statistics for your organization
curl --request GET \
  --url https://api.collectpure.com/listings/get-listing-stats/v1 \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "totalListings": 123,
    "activeListings": 123,
    "inactiveListings": 123,
    "totalQuantity": 123,
    "totalValue": 123
  }
}

Authorizations

x-api-key
string
header
required

API key for authentication

Response

200 - application/json

Default Response

data
object
required