---
title: "Create Passthrough Request to Source System"
method: POST
path: "/v1/integrations/passthrough"
tags: ["Integrations"]
---

# Create Passthrough Request to Source System

`POST /v1/integrations/passthrough`

Make a passthrough API call to an external source system.

## Request body

- IntegrationsPassthroughApiCall
  - `context` BaseRequestContext
    - `projectId` string, uuid
    - `processPublicId` string, uuid, nullable
    - `processSectionPublicId` string, uuid, nullable
    - `processResponsePublicId` string, uuid, nullable
  - `sourceSystem` 'viewpoint' | 'aconex' | 'autodesk-bim360' | 'procore' | 'revizto' | 'morta' | 'asite', required
  - `method` 'GET' | 'PUT' | 'POST' | 'DELETE' | 'PATCH', required
  - `headers` unknown
  - `path` string, required
  - `data` unknown
  - `onBehalfUserId` string, uuid, nullable

## Response `200`

Successfully made the passthrough request.

- object
  - `metadata` object
  - `data` IntegrationsPassthroughResponse
    - `status` string
    - `contentType` string
    - `body` unknown
    - `headers` unknown

## Other responses

- `403` — Unauthorized action - User lacks necessary permissions or cannot make requests on behalf of another user.
- `404` — User or requested resource not found.
- `422` — Validation error - Necessary account connection missing.

---

[API](https://skmtc.net/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.net/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
