curl --request GET \
--url http://localhost:8787/v1/streams/{id}/top-chatters \
--header 'Authorization: Bearer <token>'[
{
"username": "<string>",
"message_count": 123
}
]curl --request GET \
--url http://localhost:8787/v1/streams/{id}/top-chatters \
--header 'Authorization: Bearer <token>'[
{
"username": "<string>",
"message_count": 123
}
]Optional bearer token enforced when the Worker is configured with an API token.
1 <= x <= 200