List every user variable in the application
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/user-variables
Requires scopevariables:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Responses
200User variables.
json
{ "data": [ { "id": "1a8f3c07-62b4-4d95-8e71-3f0c5a9d2e48", "user_id": "9c1f0b2e-3a5d-4c88-9f21-7d4e6b0a1c33", "var_key": "theme", "var_value": "dark", "created_at": "2026-07-01T08:22:19.000Z" } ], "total": 148, "page": 1, "limit": 25, "totalPages": 6 }
More in Variables
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs