Skip to main content
POST
/
api
/
v1
/
backchannel
/
connections
cURL
curl --request POST \
  --url https://tilt.io/api/v1/backchannel/connections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "custom_redirect": "<string>",
  "brokerage_slug": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
custom_redirect
string
required
Minimum string length: 1
brokerage_slug
string | null

Response

200 - application/json

Connection initiated

{key}
unknown