POST
/
v1
/
leaderboard.getGroupsMeta
Get groups leaderboard metadata
curl --request POST \
  --url https://api.steamsets.com/v1/leaderboard.getGroupsMeta \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "leaderboard": "most_members"
}'
{
  "$schema": "https://api.steamsets.com/schemas/V1LeaderboardGetGroupsMetaResponseBody.json",
  "description": "<string>",
  "title": "<string>"
}
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

Available options:
most_members
Examples:

"most_members"

Response

OK

description
string
required
title
string
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://api.steamsets.com/schemas/V1LeaderboardGetGroupsMetaResponseBody.json"