cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.listBadgeBookmarks \ --header 'Authorization: Bearer <token>'
{ "bookmarks": [ { "badgeId": "<string>", "bookmarkedAt": "2023-11-07T05:31:56Z" } ], "$schema": "<string>" }
Retrieve all badges that the authenticated user has bookmarked for easy access.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
The badge id
The time the badge was bookmarked
A URL to the JSON Schema for this object.