cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.bookmarkBadge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "badgeId": "<string>", "bookmark": true } '
{ "$schema": "<string>" }
Add or remove a Steam badge from the authenticated user’s bookmark collection for easy access.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The badge id
Whether to bookmark or unbookmark the badge
OK
A URL to the JSON Schema for this object.