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.

Language
Authorization
Query
Click Try It! to start a request and see the response here!