{
"creatives": [
{
"assetVersion": "version_v1",
"adGroupId": "{{adGroupId}}",
"assetId": "amzn1.assetlibrary.asset1.xxxxxx"
}
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/st/creatives' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"creatives": [
{
"assetVersion": "version_v1",
"adGroupId": "{{adGroupId}}",
"assetId": "amzn1.assetlibrary.asset1.xxxxxx"
}
]
}'
{}