This endpoint returns a list of Scenarios created in a specified campaign, including the Objective if one is set, and their details.
Request Code Samples
curl --location --globoff 'https://apigw.seomonitor.com/v3/forecast/v3.0/scenarios?campaign_id={{campaign_id}}'
Responses
application/json
{
"forecast_id": 2282,
"name": "Furniture forecast",
"objective": false,
"created_date": "2023-08-01",
"created_by": "Andrea Jones",
"update_date": "2023-08-27",
"monthly_budget": "5600"
}
Modified at 2025-11-02 10:20:29