Step-by-Step
- Capture raw response body and HTTP status.
- Run syntax checks in JSON Validator.
- Beautify with JSON Formatter.
- Compare to baseline using JSON Diff.
- Generate typed models if needed (TS, C#).
Common Debug Outcomes
- Unexpected token due to non-JSON response body.
- Type mismatch caused by upstream serialization changes.
- Field removal/addition breaking strict consumers.
For repeated incidents, publish this flow in team runbooks and CI validation checks.