GET
/
public
/
v1
/
toptimize
/
forecasting
/
marketplace
curl --request GET \
  --url https://api.topsort.com/public/v1/toptimize/forecasting/marketplace
[
  {
    "forecastDate": "2023-12-25",
    "metrics": [
      {
        "metricName": "<string>",
        "values": {
          "forecastIntervalMax": 123,
          "forecastIntervalMin": 123,
          "forecastValue": 123
        }
      }
    ]
  }
]

Query Parameters

time_window
integer
default:7

How many days to forecast into the future.

Response

200
application/json

Successful Response

The response is of type object[].