Skip to main content
GET
/
api
/
v1
/
backchannel
/
preferences
/
topics
cURL
curl --request GET \
  --url https://tilt.io/api/v1/backchannel/preferences/topics \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "user_id": 123,
  "topics": [
    "<string>"
  ],
  "threshold_exposure_pct_for_alert": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Current topic preferences

id
integer
required
user_id
integer
required
topics
string[]
required
threshold_exposure_pct_for_alert
string
required