Configure Routing
List Routing Algorithms
Curl example for listing routing algorithms.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Curl example for listing routing algorithms.
curl --request POST "$BASE_URL/routing/list/merchant_demo" \
--header "$AUTH_HEADER"
[
{
"rule_id": "routing_e641380c-6f24-4405-8454-5ae6cbceb7a0",
"name": "priority rule",
"algorithm_for": "payment"
}
]
Was this page helpful?