---
title: "Proxy a request to the upstream provider"
method: POST
path: "/admin/connections/{id}/proxy/{path}"
tags: ["admin"]
---

# Proxy a request to the upstream provider

`POST /admin/connections/{id}/proxy/{path}`

Forwards the request to the connection's upstream API, injecting credentials
server-side. GET, POST, PUT, PATCH, and DELETE are all supported.

## Path parameters

- `id` string, required
- `path` string, required

## Response `200`

proxyPassthroughResponse is an opaque upstream response body.

- unknown

## Other responses

- `502` — errorGeneric wraps the error model as a response.

## Changes

- **2026-06-05** `72bd83b55019` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/hintoric/apis/contains-the-generated-openapi-specification-for-hekate/changes/admin/connections/:id/proxy/:path/post.md)

---

[API](https://skmtc.dev/hintoric/apis/contains-the-generated-openapi-specification-for-hekate.md) · [All operations](https://skmtc.dev/hintoric/apis/contains-the-generated-openapi-specification-for-hekate/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hintoric/contains-the-generated-openapi-specification-for-hekate/revisions/72bd83b55019/schema)
