List app variables
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/variables
Requires scopevariables:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
Query parameters
| page integer | 1-based page number. Default: 1 · Minimum: 1 |
| limit integer | Rows per page. Default: 25 · Range: 1–100 |
Responses
200Variables.
json
{ "data": [ { "id": "7e2c9a51-4d80-4b6f-9c13-8a5e0f2d7b64", "var_key": "cdn_base", "var_value": "https://cdn.example.com", "authenticated_only": false, "created_at": "2026-06-14T11:02:44.000Z" } ], "total": 6, "page": 1, "limit": 25, "totalPages": 1 }
More in Variables
- postCreate or update a variable
- deleteDelete all app variables
- getGet a variable
- putUpdate a variable
- deleteDelete a variable
- getList every user variable in the application
- getList one customer's variables
- postSet a customer variable
- deleteDelete all of a customer's variables
- deleteDelete a customer variable
Base URL https://api.evora.lol/api/developer-api · full spec at developer-api.yaml · back to the docs