cURL
curl --request GET \ --url https://tilt.io/api/v1/backchannel/topics/{id}/experts \ --header 'Authorization: Bearer <token>'
{ "experts": [ { "entity_id": "<string>", "name": "<string>", "entity_kind": "<string>", "score": 123 } ], "has_more": true, "next_cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
overall
authority
attention
Expert leaderboard for a topic
Show child attributes