curl --request GET \
--url http://localhost:8787/v1/leaderboard/live \
--header 'Authorization: Bearer <token>'{
"items": [
{
"stream_id": "<string>",
"streamer_id": "<string>",
"display_name": "<string>",
"profile_image": "<string>",
"type": "<string>",
"description": "<string>",
"title": "<string>",
"game_name": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"current_viewers": 123
}
],
"hasMore": true,
"nextCursor": 123
}curl --request GET \
--url http://localhost:8787/v1/leaderboard/live \
--header 'Authorization: Bearer <token>'{
"items": [
{
"stream_id": "<string>",
"streamer_id": "<string>",
"display_name": "<string>",
"profile_image": "<string>",
"type": "<string>",
"description": "<string>",
"title": "<string>",
"game_name": "<string>",
"started_at": "2023-11-07T05:31:56Z",
"current_viewers": 123
}
],
"hasMore": true,
"nextCursor": 123
}Optional bearer token enforced when the Worker is configured with an API token.
1 <= x <= 200x >= 0Successful response
Show child attributes