---
title: "Passthrough"
method: POST
path: "/end-users/{id}/passthrough/{integrationSlug}"
---

# Passthrough

`POST /end-users/{id}/passthrough/{integrationSlug}`

Sends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.

## Path parameters

- `id` string, required — The ID of the end-user who owns the integration connection.
- `integrationSlug` 'quickbooks_desktop', required — The integration identifier for the end-user's connection.

## Request body

- object — The request body to send to the integration connection.

## Response `200`

Returns the response from the integration connection.

- object — The response from the integration connection.

---

[API](https://skmtc.dev/conductor-is/apis/conductor-api.md) · [All operations](https://skmtc.dev/conductor-is/apis/conductor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductor-is/conductor-api/revisions/10d4e9ebd1df/schema)
