Retrieves a list of recommendations for a given recipient email.
cURL
curl --request GET \ --url https://app.staging.sendo.so/api/v3/smartsend/recommendations \ --header 'Authorization: Bearer <token>'
{ "products": [ { "id": "<string>", "name": "<string>", "description": "<string>", "interests": [ "<string>" ], "variants": [ { "id": "<string>", "estimated_total_price": { "currency": "<string>", "price_per_unit": "<string>" }, "images": [ { "url": "<string>", "cdn_main": { "url": "<string>" }, "cdn_thumbnail": { "url": "<string>" } } ] } ] } ] }
smartsend
Hide product
Hide variant
Hide image