---
title: "Forward To Gateway"
method: PUT
path: "/gateway-proxy/{path}"
tags: ["Gateway Proxy"]
---

# Forward To Gateway

`PUT /gateway-proxy/{path}`

Forward request to Gateway server unchanged.

Transparent proxy that forwards any request to the Gateway server. The request
body, headers, query parameters, and HTTP method are passed through unchanged.
The response from Gateway is returned unchanged to the client.

This endpoint supports all HTTP methods (GET, POST, PUT, DELETE, PATCH) and
any path under /gateway-proxy/.

## Path parameters

- `path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-17** `daa29248aacc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/gateway-proxy/:path/put.md)

---

[API](https://skmtc.dev/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.dev/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/576ec8539f76/schema)
