cURL
curl --request GET \ --url https://forgegames.org/api/classifiers \ --header 'Authorization: Basic <encoded-value>'
[ { "id": "<string>", "name": "<string>", "teamId": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "classifierOptions": [ { "id": "<string>", "name": "<string>", "dropRateMultiplier": 123, "classifierId": "<string>" } ] } ]
Lists the classifiers defined for a specific team. Classifiers group items and manage item-related properties.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successful response
191
Show child attributes