Debug a failing API
DeveloperReproduce the request, format the JSON response, inspect JWTs, and compare payloads.
5 steps
- Send the request
- Format the response
- Inspect auth tokens
- Diff against expected
- Export as cURL
Developer workflow
OAuth and API gateways return bearer tokens that are easy to misread in logs. This workflow decodes the JWT structure, formats nested JSON for review, and uses Base64 utilities when you need to inspect individual segments—without installing CLI tools.
Decode a bearer token, pretty-print JSON claims, and inspect Base64 segments.
Workflow
Work through each step in order. Progress is saved in this browser. Utilnivo does not save uploaded files permanently between tools.
Progress: 0 of 3 steps complete (0%)
Inspect header and payload JSON, including exp and iat timestamps.
Pretty-print nested claim objects copied from the payload.
Inspect individual segments or nested Base64-encoded claim values.
Track progress
0 of 3 complete (0%). Your progress is saved in this browser.
Printable step list with checkboxes—generated on your device.
Results
What you entered and what each step produced appear here. Values used in the next step are passed when supported. Data stays in this browser only.
Run each step and submit the calculator form. Key results will appear here as a connected summary.
Progress: 0 of 3 steps marked complete (0%).
Tips
FAQ
No. JWT Decoder displays structure for debugging. Signature verification requires your app’s keys and algorithms.
Decoding and formatting run on your device. Utilnivo does not store pasted tokens.
See JWT Decoder for supported alg values such as HS256 and RS256. Unsupported algs may still decode payload segments.
Keep going
Reproduce the request, format the JSON response, inspect JWTs, and compare payloads.
5 steps
Validate syntax, pretty-print, generate a schema draft, and diff against the previous payload.
4 steps
Check DNS, SSL certificates, HTTP headers, and structured data before you go live.
5 steps