get https://rebuyengine.com/api/v1/products/viewed
Returns a list of products viewed by a user.
GET /api/v1/products/viewed
Notes
When a customer (subject) views (action) a t-shirt (noun), this endpoint can be used to retrieve that information.
How the /products/viewed Endpoint Works
If you have used the analytics-2.0/event endpoint to submit data when a customer has viewed certain products, then this endpoint will return that data.
Note: The UUID should match the data previously sent to the analytics-2.0/event endpoint.