🎟️
JWT Decode
Decode a JWT token without signature verification. Shows header and payload.
encoder
API: POST /api/tools/jwt-decode
Input
Result
🔌 API Usage
POST /api/tools/jwt-decode
Content-Type: application/json
// Example body:
{
"token": ""
}
Content-Type: application/json
// Example body:
{
"token": ""
}