Trigger a targeted gateway diagnostics run with optional auto-fix.Returns structured status along with captured logs so operators can review what happened without leaving the dashboard.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Query Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.gatewayz.ai/health/gateways//fix?auto_fix' \
--header'Authorization: Bearer <token>'