Skip to Content
DocsAPI ReferenceUser InsightsOverview

User Insights

Authenticated user’s activity history across different dimensions. All endpoints require authentication, use the same pagination parameters, and return enriched search results with activity-specific metadata.

Base path: /api/v1/user

Note: This prefix is /api/v1/user (singular), not /api/v1/user-insights.

Common Parameters

ParameterTypeDefaultDescription
pagenumber1Page number (min 1)
limitnumber20Results per page (1–100)

Endpoints

MethodPathDescriptionExtra Fields
GET/history/viewedRecently viewed namesviewed_at
GET/history/watchedWatchlisted namesadded_at, notifications
GET/history/votedNames voted onmy_vote, voted_at
GET/history/offersOffers madeoffer object
GET/history/purchasesNames purchasedpurchase object
GET/history/salesNames soldsale object
Last updated on