cURL
curl --request POST \ --url https://api.steamsets.com/v1/leaderboard.getGroupsMeta \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "leaderboard": "most_members" } '
{ "description": "<string>", "title": "<string>", "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The leaderboard to get
most_members
OK
A URL to the JSON Schema for this object.