---
title: "Make a passthrough request"
method: POST
path: "/passthrough"
tags: ["passthrough"]
---

# Make a passthrough request

`POST /passthrough`

## Headers

- `x-connection-token` string, required

## Request body

- PassThroughRequestDto
  - `method` 'GET' | 'POST', required
  - `path` string, nullable, required
  - `data` object, required
  - `request_format` union, required
    - object
    - object[]
  - `overrideBaseUrl` object, nullable, required

## Response `200`

- object

## Changes

- **2024-11-18** `ef360d76c658` — 4 breaking, 1 warning
  - the request property `data` became required
  - the request property `overrideBaseUrl` became required
  - the request property `request_format` became required
  - removed the success response with the status `201`
  - …1 more
- **2024-09-20** `be3dc330edf3` — 1 info
  - added the success response with the status `201`
- **2024-08-16** `660a45415efe` — 1 breaking
  - removed the success response with the status `201`
- **2024-08-14** `17251bf7794f` — 5 info
  - added the new optional request property `headers`
  - the request property `data` became optional
  - the request property `overrideBaseUrl` became optional
  - the request property `request_format` became optional
  - …1 more
- **2024-08-09** `3539cfe8509c` — 4 breaking, 1 warning
  - the request property `data` became required
  - the request property `overrideBaseUrl` became required
  - the request property `request_format` became required
  - removed the success response with the status `201`
  - …1 more

[Full history](https://skmtc.dev/panoratech/apis/panora-api-2/changes/passthrough/post.md)

---

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