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

## Response `201`

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

## Changes

- **2024-08-05** `ca0fa45ebd05` — 2 breaking
  - the request property `data` became required
  - the request property `headers` became required
- **2024-08-05** `ca213ae36b7f` — 1 breaking, 5 info
  - removed the success response with the status `200`
  - the request property `data` became nullable
  - the request property `headers` became nullable
  - the request property `path` became nullable
  - …2 more
- **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/ca0fa45ebd05/schema)
