GET
method on Profiles resource to list profiles associated with the access token passed in the HTTP Authorization header.curl --location --request PUT 'https://www.amazon.com/ap/oa/sd/creatives' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: text/plain' \
--data-raw '[
{
"properties": {
"headline": "Test_Headline",
"brandLogo": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 600,
"height": 100
}
},
"contentType": "CUSTOM_IMAGE",
"rectCustomImage": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 1200,
"height": 628
}
},
"squareCustomImage": {
"assetId": "{{assetId}}",
"assetVersion": "version_v1",
"croppingCoordinates": {
"top": 0,
"left": 0,
"width": 628,
"height": 628
}
}
},
"creativeId": 880210367106070471
}
]'
[
{
"creativeId": 880210367106070471,
"code": "SUCCESS"
}
]