cURL
curl --request POST \ --url https://api.steamsets.com/v1/badge.listTags \ --header 'Authorization: Bearer <token>'
{ "colorTags": [ { "group": "<string>", "groupOwner": true, "hex": "<string>", "hsl": "<string>", "id": "<string>", "name": "<string>" } ], "designTags": [ { "id": "<string>", "name": "<string>" } ], "$schema": "<string>" }
Retrieve all available color and design tags for badge categorization and filtering.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The available color tags
Show child attributes
The available design tags
A URL to the JSON Schema for this object.