Reset a customer's HWID
POSThttps://api.evora.lol/api/developer-api/users/{userId}/reset-hwid
Requires scopeusers:write
Pass appId to reset for one application and enforce that app's cooldown. Omit it to clear the customer's HWID everywhere, including device bindings.
Path parameters
| userIdrequired string (uuid) | End-user UUID. |
Body
| appId string (uuid) |
Responses
200Reset.
json
{ "success": true, "message": "HWID reset successfully", "cooldownHours": 24 }
429Cooldown active.
json
{ "error": "HWID reset on cooldown", "cooldownHours": 24, "cooldownRemainingHours": 7 }
More in Users
- getLook up a customer by username
- getList customers
- postCreate a customer
- getGet a customer
- putUpdate a customer
- deleteDelete a customer
- postMint a password-reset token
- postConsume a reset token and set the new password
- postBan a customer
- postUnban a customer
- getRead a customer's two-factor state
- deleteReset a customer's two-factor authentication
- postReset a customer's device binding
- postMint a one-time SDK login token (panel SSO)
- postRedeem a license key on a customer's behalf
- postBulk customer actions
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs