Skip to main content
POST
/
2025-01
/
marketing-solutions
/
creatives
/
{id}
/
preview
/2025-01/marketing-solutions/creatives/{id}/preview
curl --request POST \
  --url https://api.criteo.com/2025-01/marketing-solutions/creatives/{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

id
string
required

The Creative identifier to preview.

Query Parameters

height
integer<int32>

The height of the Creative to preview.

width
integer<int32>

The width of the Creative to preview.

Response

The preview HTML of a specific Creative is returned.

The response is of type string.