Returns the current configuration status of the system. You can optionally filter for a specific configuration field.
Example curl commands:
Get full configuration:
curl -X GET \
http://localhost:8181/config \
-H 'X-Tyk-Authorization: your-secret-key'
Get specific configuration field:
curl -X GET \
'http://localhost:8181/config?field=storage.host' \
-H 'X-Tyk-Authorization: your-secret-key'