curl --location --request POST 'https://www.amazon.com/ap/oa/sp/campaignNegativeTargets/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.spCampaignNegativeTargetingClause.v3+json' \
--header 'Content-Type: application/vnd.spCampaignNegativeTargetingClause.v3+json'
{
"campaignNegativeTargetingClauses": [
{
"campaignId": "276748589410145",
"expression": [
{
"type": "ASIN_SAME_AS",
"value": "B00HVWSQG0"
}
],
"resolvedExpression": [
{
"type": "ASIN_SAME_AS",
"value": "B00HVWSQG0"
}
],
"state": "ENABLED",
"targetId": "91183015695412"
},
{
"campaignId": "276748589410145",
"expression": [
{
"type": "ASIN_SAME_AS",
"value": "B07R7V6KS8"
}
],
"resolvedExpression": [
{
"type": "ASIN_SAME_AS",
"value": "B07R7V6KS8"
}
],
"state": "ENABLED",
"targetId": "31200360671512"
}
],
"totalResults": 2
}