POST
/
v1
/
leaderboard.getLowestRanks
Get lowest ranked accounts
curl --request POST \
  --url https://api.steamsets.com/v1/leaderboard.getLowestRanks \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "leaderboard": "xp"
}'
{}
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
See our API documentation for authentication details.

Authorizations

Authorization
string
header
required

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

Body

application/json
leaderboard
enum<string>
required

The leaderboard to get. Currently only supports XP and apps

Available options:
apps,
xp
Examples:

"xp"

Response

OK

{key}
integer
Required range: x >= 0