---
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.

---

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