---
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`

---

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