HWID Bans
Authorizations
AuthorizationstringRequired
API Key with rest-api:* scope
Query parameters
limitinteger · min: 1 · max: 500OptionalDefault:
100offsetintegerOptionalDefault:
0Responses
200
List of HWID bans
application/json
totalintegerOptional
limitintegerOptional
offsetintegerOptional
get
/hwid-bans200
List of HWID bans
Authorizations
AuthorizationstringRequired
API Key with rest-api:* scope
Body
hwidstring · min: 3 · max: 128Required
reasonstring · max: 255Optional
expires_atstring · date-timeOptional
ISO 8601 datetime for temporary ban, null for permanent
invalidate_keysbooleanOptionalDefault:
Also invalidate all keys with this HWID
falseResponses
200
HWID banned
application/json
keys_invalidatedbooleanOptional
post
/hwid-bans200
HWID banned
Authorizations
AuthorizationstringRequired
API Key with rest-api:* scope
Path parameters
banIdintegerRequired
Body
hwidstring · min: 3 · max: 128Optional
Change the banned HWID
reasonstring · max: 255Optional
expires_atstring · date-time · nullableOptional
Set to null to make permanent
Responses
200
HWID ban updated
application/json
404
HWID ban not found
put
/hwid-bans/{banId}Last updated