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 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Current notification preferences
Show child attributes