Skip to main content
POST
Pair an Integration Bridge

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
idempotency-key
string
required
Required string length: 1 - 255

Body

application/json

A request for one outbound Integration Bridge in a organization environment or trust zone.

name
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$
environment
string
required
Pattern: ^[a-z0-9](?:[a-z0-9._-]{0,93})$

Response

A Bridge plus its short-lived one-use machine enrollment code, returned only at create/replay.

A Bridge plus its short-lived one-use machine enrollment code, returned only at create/replay.

bridge
object
required

An Environment-owned outbound Integration Bridge placement without its routing handle or machine credential.

pairing_id
string
required
Pattern: ^ibrp_[0-9a-f]{32}$
code
string
required

A short-lived, one-use Integration Bridge enrollment code.

Pattern: ^CFU-IB-[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]{5}(?:-[ABCDEFGHJKLMNPQRSTUVWXYZ23456789]{5}){3}$
expires_at
string
required

A canonical UTC ISO-8601 integration-gateway instant with millisecond precision.

Maximum string length: 24
Pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$