Get Elimination Config

August 4, 2026 ยท View on GitHub

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
    }
  }
}