v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
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

rule_idstring nullable
namestring
descriptionstring
created_bystring
algorithm_forstring

Example response

[
  {
    "rule_id": "rule_abc123",
    "created_by": "test_merchant",
    "algorithm": {
      "type": "priority"
    }
  }
]