---
title: "Proxy a POST request to an endpoint specified in the proxy's configuration."
method: POST
path: "/proxy/{endpoint_key}/{pathSuffix}"
tags: ["proxy"]
---

# Proxy a POST request to an endpoint specified in the proxy's configuration.

`POST /proxy/{endpoint_key}/{pathSuffix}`

Access to the endpoint will be restricted by Clowder authentication.

## Path parameters

- `endpoint_key` string, required
- `pathSuffix` string, required

## Request body

- object

## Other responses

- `401` — Not authorized
- `404` — Endpoint not configured

---

[API](https://skmtc.net/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.net/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clowder-framework/clowder/versions/bcd187478e0d/schema)
