---
title: "Proxy requests to Aurora service"
method: POST
path: "/v1/admin/aurora_proxy"
tags: ["internal"]
---

# Proxy requests to Aurora service

`POST /v1/admin/aurora_proxy`

## Request body

- object
  - `method` 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE', required — HTTP method for the Aurora request
  - `url_with_params` string, required — URL path with query parameters for the Aurora endpoint
  - `request_body` object — Request body to pass to the Aurora service (optional)

## Response `200`

Success - returns Aurora service response

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2025-11-18** `41ee26b930f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/admin/aurora_proxy/post.md)

---

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