Ban a license
POSThttps://api.evora.lol/api/developer-api/apps/{appId}/licenses/{licenseId}/ban
Requires scopelicenses:write
Optionally cascades to the redeemer and their HWID/IP history.
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| licenseIdrequired string | License UUID. Ban, unban, pause, unpause, reset-hwid and expiry also accept the raw license key here. |
Body
| reason string | |
| banUserToo boolean | Default: false |
| blacklistHwid boolean | Default: false |
| blacklistIp boolean | Default: false |
| days integer | Blacklist duration; omit for permanent. |
Request
{ "reason": "chargeback", "banUserToo": true, "blacklistHwid": true }
Responses
200Banned.
json
{ "success": true, "blacklist": { "hwidsAdded": 2, "ipsAdded": 3 } }
More in Licenses
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs