This endpoint supports API key authentication for external integrations
API Access
This endpoint can be accessed using:- API Keys: For external applications and integrations
- User Sessions: For web application access
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The leaderboard to get
Available options:
most_members
Examples:
"most_members"
The end index
Required range:
x >= 0
Examples:
10
The rank to go to
Required range:
x >= 0
Examples:
1
The start index
Required range:
x >= 0
Examples:
1
Response
OK
A URL to the JSON Schema for this object.
Examples:
"https://api.steamsets.com/schemas/V1LeaderboardGetGroupLeaderboardResponseBody.json"
The number of accounts that are ranked in the leaderboard
Required range:
x >= 0