List active leases
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/floating/leases
Requires scopefloating:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200Leases.
json
{ "leases": [ { "id": "b73f2e18-4a90-4c56-8d21-7e6b0a3c9f45", "user_id": "9c1f0b2e-3a5d-4c88-9f21-7d4e6b0a1c33", "username": "ghost", "hwid": "A1B2-C3D4-E5F6", "acquired_at": "2026-08-10T09:14:02.000Z", "expires_at": "2026-08-10T09:44:02.000Z" } ] }
More in Floating licenses
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs