Skip to main content
GET
/
api
/
v1
/
backchannel
/
preferences
/
notifications
cURL
curl --request GET \
  --url https://tilt.io/api/v1/backchannel/preferences/notifications \
  --header 'Authorization: Bearer <token>'
{
  "workflow": "<string>",
  "channel_types": {
    "email": true,
    "push": true
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Current notification preferences

workflow
string
required
channel_types
object
required