Get Feature Evaluate
Check active flag by value passed
Request
POST /v1/apikey/feature HTTP/1.1
Host: features-toggle-dev.api.mimiland.io
mm-client-id: mml
mm-user-id: 6523adadd995b4f3484566e5
mm-api-key: F34F9***2E
app-bundle: com.topebox.mimilandcity
app-ver: 2
app-platform: id
app-lang: en
app-env: stag
Content-Type: application/json
Content-Length: 111
{
"key": "AUTO_TEST",
"default": "not anything",
"contextData": {
"env":"dev"
}
}
Parameter
Key
Type
Description
key *required
String
Nam of the feature toggle
default Optional
String
Value default
contextData Optional
String
Context of the toggle
Last updated