cURL
curl --request POST \ --url https://api.steamsets.com/v1/badge.suggestTags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "badgeId": "<string>" } '
{ "colors": [ "<string>" ], "designs": [ "<string>" ], "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the badge to suggest tags for
OK
A URL to the JSON Schema for this object.