v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-01-12412664.0 KB
Gateway - Configuration

Gateway Configuration

Get current gateway configuration settings. Useful for debugging and operational visibility.

get/config

Response

Configuration retrieved successfully

proxy_typestring

Example response

{
  "proxy_type": "deeptrail_gateway",
  "routing": {
    "target_header": "X-Target-Base-URL",
    "path_prefix": "/proxy"
  },
  "authentication": {
    "jwt_validation": true
  },
  "logging": {
    "enable_request_logging": true,
    "log_level": "INFO"
  }
}