Skip to main content
GET
/
2025-04
/
marketing-solutions
/
advertisers
/
{advertiser-id}
/
coupons
/
{id}
/
preview
/2025-04/marketing-solutions/advertisers/{advertiser-id}/coupons/{id}/preview
curl --request GET \
  --url https://api.criteo.com/2025-04/marketing-solutions/advertisers/{advertiser-id}/coupons/{id}/preview \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

advertiser-id
string
required

The advertiser identifier.

id
string
required

The Coupon identifier to preview.

Query Parameters

height
integer<int32>

The height of the coupon to preview.

width
integer<int32>

The width of the coupon to preview.

Response

The preview HTML of a specific Coupon is returned.

The response is of type string.