---
title: "Routing - Create"
method: POST
path: "/routing"
tags: ["Routing"]
---

# Routing - Create

`POST /routing`

Create a routing config

## Request body

- RoutingConfigRequest
  - `name` string — Unique name of the routing configuration. This identifier is used to reference the routing config internally. Example:

## Response `200`

Routing config created

- RoutingDictionaryRecord — Metadata record representing a stored routing configuration. Used in routing dictionary listings.
  - `id` string, required — Unique identifier of the routing configuration. Example:

## 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)
