Skip to main content
GET
/
leaderboards
/
rising-stars
Get rising stars leaderboard
curl --request GET \
  --url https://open.beatpass.ca/api/v1/leaderboards/rising-stars \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

Rising stars leaderboard data

Last modified on November 29, 2025