cURL
curl --request GET \ --url https://tilt.io/api/v1/backchannel/topics/{id}/activity \ --header 'Authorization: Bearer <token>'
{ "topic_id": "<string>", "posts": [ {} ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Recent activity and top posts for a topic
Show child attributes