v6

OpenAPI 3.1.02026-08-0597255315.1 KB
account

List owned badges

post/v1/account.listOwnedBadges

Query parameters

appIdinteger

Only return badges of this app. Omit for all owned badges

Example:730

Only return badges of this app. Omit for all owned badges

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
    }
  ]
}