v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

List owned badges

post/v1/account.listOwnedBadges

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountBadgeOwnedBadgesResponseBody.json",
  "ownedBadges": [
    {
      "appId": 730,
      "badgeId": "bdg_123",
      "isFoil": true,
      "level": 123456,
      "steamId": 13
    }
  ]
}