Routing Rules
Get active routing rule
Retrieve the currently active routing rule for a merchant.
post/routing/list/active/{created_by}
Path parameters
created_bystring required
Response
Active routing rule
Example response
{
"rule_id": "rule_abc123",
"created_by": "test_merchant",
"algorithm": {
"type": "priority"
}
}