Add a blacklist entry
POSThttps://api.evora.lol/api/developer-api/apps/{appId}/blacklist
Requires scopeapps:write
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Body
| typerequired enum | One of: hwid · ip · username |
| valuerequired string | |
| reason string |
Responses
201Added.
json
{ "entry": { "id": "c07a2f43-8e15-4b69-9d02-5a3c7e1f8b64", "blacklist_type": "hwid", "value": "A1B2-C3D4-E5F6", "reason": "Chargeback", "source": "manual" } }
More in Access control
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs