{
"creativeId": "869860752003455077",
"previewConfiguration": {
"callToAction": "SHOP_NOW",
"asin": "B001PYUTII"
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/st/creatives/preview' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"creativeId": "869860752003455077",
"previewConfiguration": {
"callToAction": "SHOP_NOW",
"asin": "B001PYUTII"
}
}'
{}