v11

OpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
Routing Rules

Get active routing rule

Retrieve the currently active routing rule for a merchant.

post/routing/list/active/{created_by}

Path parameters

created_bystring required

Response

Active routing rule

rule_idstring nullable
namestring
descriptionstring
created_bystring
algorithm_forstring

Example response

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