{
"campaignIdFilter": {
"include": [
"{{campaignId}}"
]
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sp/campaignNegativeKeywords/list' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Accept: application/vnd.spCampaignNegativeKeyword.v3+json' \
--header 'Content-Type: application/vnd.spCampaignNegativeKeyword.v3+json' \
--data-raw '{
"campaignIdFilter": {
"include": [
"{{campaignId}}"
]
}
}'
{
"campaignNegativeKeywords": [
{
"campaignId": "26256301417055",
"keywordId": "121429939592701",
"keywordText": "helloworld",
"matchType": "NEGATIVE_EXACT",
"state": "ENABLED"
},
{
"campaignId": "26256301417055",
"keywordId": "175459097454834",
"keywordText": "Toys",
"matchType": "NEGATIVE_EXACT",
"state": "PAUSED"
},
{
"campaignId": "26256301417055",
"keywordId": "255139551471314",
"keywordText": "Toy",
"matchType": "NEGATIVE_EXACT",
"state": "ENABLED"
}
],
"totalResults": 3
}