v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB
Static Audiences

List configured user custom properties

Read back the user custom properties 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 custom-property names and values are always "static".

get/forecaster/udb/custom-properties/settings

Response

Normal response, containing a JSON object of the configured static user custom properties.

object required

Example response

{
  "favoriteColor": "static"
}