Get Leaderboard by Period Name

This endpoint allows users to get the leaderboard by providing a period name.

GET
/Leaderboard/GetLeaderboardByPeriodName
AuthorizationBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Query Parameters

periodName?string

The name of the period to retrieve the leaderboard for.

Response Body

curl -X GET "https://loading/Leaderboard/GetLeaderboardByPeriodName"
[
  null
]
Empty
Empty
Empty