This endpoint returns a list of Scenarios created in a specified campaign, including the Objective if one is set, and their details.
Request
Add parameter in header Authorization
Example:Authorization: ********************
Request samples
curl --location -g --request GET 'https://apigw.seomonitor.com/v3/forecast/v3.0/scenarios?campaign_id={{campaign_id}}' \
--header 'Accept: application/json' \
--header 'Authorization;'
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 2024-11-05 14:00:09