Returns environment variables of the system. You can optionally filter for a specific configuration field.
Example curl commands:
Get all environment variables:
curl -X GET \
http://localhost:8181/env \
-H 'X-Tyk-Authorization: your-secret-key'
Get specific environment variable:
curl -X GET \
'http://localhost:8181/env?env=TYK_MDCB_SYNCWORKERCONFIG_WARMUPTIME' \
-H 'X-Tyk-Authorization: your-secret-key'