Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 401 Bytes

File metadata and controls

25 lines (20 loc) · 401 Bytes
title List Routing Algorithms
description Curl example for listing routing algorithms.

List Routing Algorithms

Request

curl --request POST "$BASE_URL/routing/list/merchant_demo" \
  --header "$AUTH_HEADER"

Response

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