Authorizations
Headers
Secret value set in sink.conf
Query Parameters
Optional environment variable name to filter by
Response
Successful retrieval of environment variables.
The response is of type string[]
.
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'
Secret value set in sink.conf
Optional environment variable name to filter by
Successful retrieval of environment variables.
The response is of type string[]
.