Routing Rules
List routing rules
List all routing rules for a merchant.
post/routing/list/{created_by}
Path parameters
created_bystring required
Response
List of routing rules
Example response
[
{
"rule_id": "rule_abc123",
"created_by": "test_merchant",
"algorithm": {
"type": "priority"
}
}
]