cURL
curl --request POST \ --url https://tilt.io/api/v1/backchannel/shares \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "point_id": "<string>" } '
{ "point_id": "<string>", "token": "<string>", "url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Share link created