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>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Reconnection initiated