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