Skip to main content
POST
/
api
/
v1
/
backchannel
/
shares
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>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
point_id
string
required
Minimum string length: 1

Response

201 - application/json

Share link created

point_id
string
required
token
string
required
url
string
required