Fetches activities for a specific collection or product. If collection_slug is provided, returns collection and optionally product activities. Otherwise, returns team customer activities.
The API key required for accessing protected routes. It should be included in the request headers as x-api-key.
The ID of the product (token) to fetch activities for.
x >= 1The slug of the collection to fetch activities for.
The minimum date for filtering activities.
The maximum date for filtering activities.
The maximum number of items to return (1-1000).
1 <= x <= 1000The number of items to skip before starting to collect the result set.
x >= 0The sort order of the results.
asc, desc The field by which to order the results.
If true, returns additional pagination metadata including total count and total pages.