{
"maxResults": 10,
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4"
}curl --location 'https://www.amazon.com/ap/oa/mediaPlan/v1/reachForecasts/targets/list' \
--header 'Amazon-Ads-AccountId;' \
--header 'Amazon-Ads-Manager-AccountId;' \
--header 'Amazon-Advertising-API-ClientId: amzn1.application-oa2-client.fakeClient1234567890' \
--header 'Amazon-Advertising-API-Scope: 123123123123123' \
--header 'Content-Type: application/json' \
--data '{
"maxResults": 10,
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4"
}'{
"targets": [
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "111",
"groupId": "1",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "112",
"groupId": "1",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "false",
"targetDetails": {
"audienceTarget": {
"audienceId": "122",
"groupId": "2",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"audienceTarget": {
"audienceId": "21",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"audienceTarget": {
"audienceId": "22",
"targetType": "AUDIENCE"
}
}
},
{
"negative": "true",
"targetDetails": {
"deviceTarget": {
"deviceType": "MOBILE",
"targetType": "DEVICE"
}
}
}
]
}