Rule Configuration
Get rule config
Retrieve an existing rule configuration by merchant and type.
post/rule/get
Request body
Example request
{
"merchant_id": "test_merchant",
"algorithm": "successRate"
}Response
Rule config
Retrieve an existing rule configuration by merchant and type.
{
"merchant_id": "test_merchant",
"algorithm": "successRate"
}Rule config