cURL
curl --request GET \ --url https://api.collectpure.com/products/get-product-activity/v1 \ --header 'x-api-key: <api-key>'
{ "data": [ { "event": "<string>", "createdAt": "<string>", "price": 123, "quantity": 123, "spotPremium": 123, "spotPremiumDollar": 123 } ] }
Retrieve all product activity
Rate limit: 120 requests burst, 60 requests/minute sustained.
API key for authentication
The ID of the product to get activity for
The ID of the variant to get activity for
Default Response
Show child attributes
Was this page helpful?