Static 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.