API reference
Get reaction counts
Read-only. Only reactions on messages Stet itself posted are ever counted. Windowed by the org's plan (engagement retention); an empty result can mean "too old" rather than "no reactions".
GET
/api/broadcasts/{id}/reactionsAuthorizationBearer <token>
A Stet API key (prefix bk_), created under Settings → API keys. The whole API requires the Growth plan or higher; keys are scoped read or write — composing and sending require write.
In: header
Path Parameters
idstring
Response Body
curl -X GET "https://app.stethq.com/api/broadcasts/string/reactions"{
"total": 0,
"byEmoji": [
{
"emoji": "string",
"count": 0
}
],
"byChannel": [
{
"channelId": "string",
"channelName": "string",
"slackChannelId": "string",
"total": 0,
"byEmoji": [
{
"emoji": "string",
"count": 0
}
]
}
]
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}{
"type": "http://example.com",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}