{
"reachForecastIds": [
"24281a60-387f-4f9f-abb2-66378a8712e4",
"36e8f956-7126-4c12-3792-1ae1d372ef9c"
]
}curl --location 'https://www.amazon.com/ap/oa/mediaPlan/v1/reachForecasts/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 '{
"reachForecastIds": [
"24281a60-387f-4f9f-abb2-66378a8712e4",
"36e8f956-7126-4c12-3792-1ae1d372ef9c"
]
}'{
"reachForecasts": [
{
"advertisedProductCategoryIds": [
"335417915575420049"
],
"avgCpm": "20",
"countryCode": "US",
"creationDateTime": "2024-06-01T23:36:09.973Z",
"currencyCode": "USD",
"dataPoints": [
{
"impressions": "14000",
"reach": "11000",
"spend": "280000"
},
{
"impressions": "16000",
"reach": "12000",
"spend": "320000"
}
],
"deliveryType": "GUARANTEED",
"endDate": "2025-12-26",
"maxCpm": "40",
"reachForecastId": "24281a60-387f-4f9f-abb2-66378a8712e4",
"reachType": "HOUSEHOLDS",
"startDate": "2025-12-12",
"status": "SUCCESS",
"supplyPackage": [
"DSP_STREAMING_TV"
]
},
{
"advertisedProductCategoryIds": [
"335417915575420049"
],
"avgCpm": "13",
"countryCode": "US",
"creationDateTime": "2024-06-01T23:36:12.103Z",
"currencyCode": "USD",
"dataPoints": [
{
"impressions": "14000",
"reach": "10000",
"spend": "182000"
},
{
"impressions": "16000",
"reach": "12000",
"spend": "208000"
}
],
"deliveryType": "GUARANTEED",
"endDate": "2025-12-26",
"maxCpm": "30",
"reachForecastId": "36e8f956-7126-4c12-3792-1ae1d372ef9c",
"reachType": "HOUSEHOLDS",
"startDate": "2025-12-12",
"status": "SUCCESS",
"supplyPackage": [
"DSP_TWITCH_VIDEO"
]
}
]
}