GET
/
api
/
v3
/
smartsend
/
recommendations
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>"
              }
            }
          ]
        }
      ]
    }
  ]
}

Required Auth Scopes

smartsend

Parameters

recipient_email
string
required

The email of the recipient.

price_lte_usd
integer

The maximum price of products in USD.

ship_to_country_code
string

The country codes to ship to.

Response

products
array
required

List of products in the marketplace