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/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/event endpoint.

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