v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBStatic Audiences
List configured user segments
Read back the user segments currently configured as static.
The response is the same JSON object shape accepted by the corresponding POST endpoint, so the body returned here can be sent straight back to reconfigure the set. Keys are the numeric segment IDs (as strings) and values are always "static".
get/forecaster/udb/segments/settings
Response
Normal response, containing a JSON object of the configured static user segments.
object required
Example response
{
"10": "static",
"42": "static"
}