Back to Hyperswitch

List Active Routing Algorithms

api-reference/decision-engine-api-reference/api-reference/guides/configure-routing/routing-algorithm-list-active.mdx

2026.08.03.0369 B
Original Source

List Active Routing Algorithms

Request

bash
curl --location --request POST "$BASE_URL/routing/list/active/merchant_demo" \
  --header "$AUTH_HEADER" \
  --header "Content-Type: application/json"

Response

json
[
  {
    "rule_id": "routing_e641380c-6f24-4405-8454-5ae6cbceb7a0",
    "name": "priority rule",
    "algorithm_for": "payment"
  }
]