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
A URL to the JSON Schema for this object.
"https://api.steamsets.com/schemas/V1AccountBadgeOwnedBadgesResponseBody.json"