curl --location --request POST 'https://www.amazon.com/ap/oa/sp/negativeTargets/list' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Prefer: return=representation' \
--header 'Accept: application/vnd.spNegativeTargetingClause.v3+json' \
--header 'Content-Type: application/vnd.spNegativeTargetingClause.v3+json' \
--data-raw ''
{
"negativeTargetingClauses": [
{
"adGroupId": "169462822148652",
"campaignId": "26256301417055",
"expression": [
{
"type": "ASIN_BRAND_SAME_AS",
"value": "18681839011"
}
],
"resolvedExpression": [
{
"type": "ASIN_BRAND_SAME_AS",
"value": "DJECO"
}
],
"state": "ARCHIVED",
"targetId": "130105859086533"
},
{
"adGroupId": "169462822148652",
"campaignId": "26256301417055",
"expression": [
{
"type": "ASIN_SAME_AS",
"value": "B07YT8NVF9"
}
],
"resolvedExpression": [
{
"type": "ASIN_SAME_AS",
"value": "B07YT8NVF9"
}
],
"state": "ENABLED",
"targetId": "146760731000473"
},
{
"adGroupId": "89316565505073",
"campaignId": "26256301417055",
"expression": [
{
"type": "ASIN_BRAND_SAME_AS",
"value": "18681839011"
}
],
"resolvedExpression": [
{
"type": "ASIN_BRAND_SAME_AS",
"value": "DJECO"
}
],
"state": "ENABLED",
"targetId": "152070675333811"
}
],
"totalResults": 3
}