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

# Make a passthrough request

`POST /passthrough`

## Query parameters

- `integrationId` string, required
- `linkedUserId` string, required
- `vertical` string, required

## Request body

- PassThroughRequestDto
  - `method` 'GET' | 'POST' | 'PATCH' | 'DELETE' | 'PUT', required
  - `path` string, required
  - `data` object
  - `headers` object

## Response `200`

- PassThroughResponse
  - `url` string, required
  - `status` number, required
  - `data` object, required

## Changes

- **2024-08-05** `167edd5346ec` — 5 breaking, 1 info
  - the request property `data` became not nullable
  - the request property `headers` became not nullable
  - the request property `path` became not nullable
  - request property `data` list-of-types was narrowed by removing types `array` from media type `application/json`
  - …2 more
- **2024-08-03** `9d25bd589fe9` — 4 breaking, 4 info
  - the response property `data` became nullable for the status `201`
  - the response property `status` became nullable for the status `201`
  - the response property `url` became nullable for the status `201`
  - removed the success response with the status `200`
  - …4 more
- **2024-08-01** `414c3e999e0b` — 1 info
  - added the success response with the status `201`

[Change 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/167edd5346ec/schema)
