curl --location -g --request GET 'https://www.amazon.com/ap/oa/sb/negativeTargets/{{negativeTargetId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}'
{
"targetId": 449521285013368,
"adGroupId": 336526170361779,
"campaignId": 373154468548682,
"state": "enabled",
"expressions": [
{
"type": "asinSameAs",
"value": "B07YT8NVF9"
}
],
"resolvedExpressions": [
{
"type": "asinSameAs",
"value": "B07YT8NVF9"
}
]
}