{}
curl --location -g --request GET 'https://www.amazon.com/ap/oa/sb/negativeKeywords/{{negativeKeywordId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"keywordId": 436834611557874,
"adGroupId": 455202456585619,
"campaignId": 373154468548682,
"keywordText": "white socks",
"matchType": "negativeExact",
"state": "enabled"
}