| title | Get Elimination Config |
|---|---|
| description | Curl example for reading elimination config. |
curl --location "$BASE_URL/rule/get" \
--header "$AUTH_HEADER" \
--header "Content-Type: application/json" \
--data '{
"merchant_id": "merchant_demo",
"algorithm": "elimination"
}'{
"merchant_id": "merchant_demo",
"config": {
"type": "elimination",
"data": {
"threshold": 0.25,
"txnLatency": null
}
}
}