Get a variable
GEThttps://api.evora.lol/api/developer-api/apps/{appId}/variables/{key}
Requires scopevariables:read
Path parameters
| appIdrequired string (uuid) | Application UUID. App-scoped keys may only use their own application. |
| keyrequired string | The var_key, not an id. |
Responses
200Variable.
json
{ "variable": { "id": "7e2c9a51-4d80-4b6f-9c13-8a5e0f2d7b64", "var_key": "cdn_base", "var_value": "https://cdn.example.com", "authenticated_only": false } }
404Resource does not exist under this developer.
json
{ "error": "User not found" }
More in Variables
- getList app variables
- postCreate or update a variable
- deleteDelete all app variables
- 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