JWT Decode

← All Tools

Decode a JWT token to reveal its header and payload as formatted JSON. Does not verify the signature.

Example

eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0.xxx → {header, payload}

Paste a JWT token to see its decoded header and payload

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS