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

Changes

Changed in 1 of the 11 revisions of this API.2

    • added the new optional query request parameter appId

      new-optional-request-parameter

    • added the non-success response with the status 422

      response-non-success-status-added

Of the 11 revisions, 1 has no diff computed.