latestOpenAPI 3.0.02026-08-137192110.1 KB

75294f591cc2

Connection Bridge

Create a connection bridge

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

post/connection_bridges

Request body

redirect_uristring 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_idstring required

The integration id.

connection_idstring

Id of an existing Connection if the connection is being reauthorized.

statestring

State that will be passed back to the redirect URI after the user has authorized the connection.

labelstring required

Label for the connection. This is a user-friendly name for the connection.

Example request

{
  "redirect_uri": "https://subdomain.mypage.com/page",
  "integration_id": "google-drive",
  "connection_id": "q4Rk8vp_fhTjqf",
  "state": "giOoRgo5G7L8REPyWZrO",
  "label": "google-drive-business-folder"
}

Response

The connection bridge is successfully created.