---
title: "Create a connection bridge"
method: POST
path: "/connection_bridges"
tags: ["Connection Bridge"]
---

# Create a connection bridge

`POST /connection_bridges`

Create a short-lived connection bridge session that expires after 86400 seconds.

## Request body

- ConnectionBridgeCreateDto
  - `redirect_uri` string, required — The redirect URI of the connection authentication flow. Must be a valid URL with https:// protocol, except for localhost. No port is allowed except for localhost. No query parameters are allowed.
  - `integration_id` string, required — The integration id.
  - `connection_id` string — Id of an existing Connection if the connection is being reauthorized.
  - `state` string — State that will be passed back to the redirect URI after the user has authorized the connection.
  - `label` string, required — Label for the connection. This is a user-friendly name for the connection.

## Response `201`

The connection bridge is successfully created.

---

[API](https://skmtc.net/weld/apis/weld-rest-api.md) · [All operations](https://skmtc.net/weld/apis/weld-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/weld/weld-rest-api/revisions/75294f591cc2/schema)
