---
title: "Routing - Rule Evaluate"
method: POST
path: "/routing/rule/evaluate"
tags: ["Routing"]
---

# Routing - Rule Evaluate

`POST /routing/rule/evaluate`

Evaluate routing rules

## Request body

- RoutingEvaluateRequest — Request body used to evaluate routing rules. This API evaluates routing logic based on dynamic parameters like payment method, amount, country, card_bin, etc.
  - `created_by` string, required — Identifier of the user/system triggering routing evaluation. Example:

## Response `200`

Routing rules evaluated successfully

- unknown

## Other responses

- `400` — Request body is malformed
- `403` — Forbidden
- `404` — Resource missing
- `422` — Unprocessable request
- `500` — Internal server error

---

[API](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0.md) · [All operations](https://skmtc.net/hyperswitch/apis/dynamic-routing-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperswitch/dynamic-routing-openapi-3-0/versions/8fbf69ab2597/schema)
