---
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
  - `request_format` union
    - object
    - object[]
  - `overrideBaseUrl` object, nullable
  - `headers` object

## Response `200`

- object

## Other responses

- `201`

## Changes

- **2024-12-16** `37e33fd8b040` — 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-12-14** `69df76288cd9` — 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-11-21** `47f47d53c24d` — 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-11-16** `8c8c3916da22` — 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-09** `c6734e33aba1` — 1 info
  - added the success response with the status `201`

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

---

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