FeatureFlags
Every flag that resolves to a decision for this caller, as a flat map of key to value.
A key missing from the map means the server has no opinion about it and the client should keep its own baked-in default, which for an opt-out flag is the opposite of the value being false.
get/api/v1/FeatureFlags/snapshot
Query parameters
{"stackTrail":"paths:/api/v1/FeatureFlags/snapshot:get:parameters:0:schema","oasType":"schema","type":"unknown","title":"Account"}
Account
platformstring required
Example:ios
Calling client: ios, android, portal or cabinet. May also be sent as the X-Platform header; when both are present the query parameter wins. Required: a request without it is rejected.
app_versionstring
Example:5.2.0
Client version, compared segment by segment against a rule's minimum. May also be sent as the X-AppVersion header; the query parameter wins. Absent or unparseable fails every version predicate.
Response
Success