List blacklist entries
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/blacklist
Requires scopeapps:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Query parameters
| type enum | Restrict to one entry kind. One of: hwid · ip · username |
| page integer | 1-based page number. Default: 1 · Minimum: 1 |
Responses
200Entries.
json
{ "data": [ { "id": "c07a2f43-8e15-4b69-9d02-5a3c7e1f8b64", "blacklist_type": "hwid", "value": "A1B2-C3D4-E5F6", "reason": "Chargeback", "source": "manual", "created_at": "2026-07-22T13:05:31.000Z" } ], "total": 12, "page": 1, "limit": 25, "totalPages": 1 }
More in Access control
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs