---
title: "HTTP Proxy"
method: POST
path: "/api/projects/{projectId}/http-proxy"
tags: ["Decision"]
---

# HTTP Proxy

`POST /api/projects/{projectId}/http-proxy`

Proxies an HTTP request through the decision engine for testing integrations.

## Path parameters

- `projectId` string, required

## Request body

- object
  - `url` string, required — Target URL for the proxied request
  - `method` 'HEAD' | 'PATCH' | 'POST' | 'GET' | 'DELETE', required — HTTP method to use for the proxied request
  - `body` unknown
  - `headers` unknown
  - `params` unknown
  - `auth` unknown

## Response `200`

Response received from the proxied HTTP request

- object — Response received from the proxied HTTP request

---

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