OverviewREST · JSON

JWT Decoder

Inspect a JWT's header and payload with expiry checks — decode only, no signature trust.

Method
POST
Endpoint
/v1/jwt-decode
Auth
X-API-Key
Format
JSON
Mode
decode only — no signature verify
Reads
header · payload · exp/iat/nbf
Status
200 · 400 · 401 · 402 · 429
Trylive · no key
Pricingmonthly + usage
Referencecurl · SDK · OpenAPI
curl -X POST https://atomios.me/api/v1/jwt-decode/ \
  -H "X-API-Key: $ATOMIOS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0In0.sig"}'
Ratingscommunity