Look up a customer by username
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/users/lookup
Requires scopeusers:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Query parameters
| usernamerequired string | Exact username, case-insensitive. Not a substring search. |
Responses
200User and subscription.
json
{ "user": { "id": "9c1f0b2e-3a5d-4c88-9f21-7d4e6b0a1c33", "username": "ghost", "email": "[email protected]", "banned": false, "ban_reason": null, "hwid": "A1B2-C3D4-E5F6", "last_login": "2026-08-10T09:14:02.000Z", "created_at": "2026-05-02T18:40:11.000Z" }, "subscription": { "level": 2, "expiresAt": "2026-12-01T00:00:00.000Z", "hwid": "A1B2-C3D4-E5F6", "active": true } }
404Resource does not exist under this developer.
json
{ "error": "User not found" }
More in Users
- 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
- postReset a customer's HWID
- 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