← Back to Home

JWT Decoder

/jwt/decode
Decode JWT tokens and extract header, payload, and timestamps.
Try it now

Parameters

token body
JWT token to decode

Examples

curl
curl -X POST https://tcpdata.com/jwt/decode \
  -H "Content-Type: application/json" \
  -d '{"token":"eyJhbGc..."}'