> ## Documentation Index
> Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Success Rate Config

> Curl example for reading success-rate scoring config.

# Get Success Rate Config

```bash theme={null}
curl --location "$BASE_URL/rule/get" \
  --header "$AUTH_HEADER" \
  --header "Content-Type: application/json" \
  --data '{
    "merchant_id": "merchant_demo",
    "algorithm": "successRate"
  }'
```

```json theme={null}
{ "merchant_id": "merchant_demo", "config": { "type": "successRate" } }
```
