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
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