GET
/
api
/
system
/
environment
/
local
Get local environment variables
curl --request GET \
  --url http://localhost:3000/api/system/environment/local
{
  "success": true,
  "data": {}
}

Response

200
application/json

Local environment variables

The response is of type object.