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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
custom_redirect
string
required
Minimum string length: 1

Response

200 - application/json

Reconnection initiated

{key}
unknown