cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.listOwnedBadges \ --header 'Authorization: Bearer <token>'
{ "ownedBadges": [ { "appId": 1, "badgeId": "<string>", "isFoil": true, "level": 1, "steamId": 1 } ], "$schema": "<string>" }
Retrieve all Steam badges currently owned by the authenticated user, including levels and crafting details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
The app id
x >= 0
The badge id
Whether the badge is foil or not
The level of the badge
The internal steam id badge id
A URL to the JSON Schema for this object.