Skip to main content
GET
/
preview
/
advertisers
/
{advertiser-id}
/
coupons
/
{id}
/
preview
/preview/advertisers/{advertiser-id}/coupons/{id}/preview
curl --request GET \
  --url https://api.criteo.com/preview/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.