JWT Verifier
Verify a JSON Web Token (JWT) — cryptographically check its signature against an HMAC secret (HS256, HS384 or HS512), confirm it hasn’t expired (exp) or isn’t yet valid (nbf), and view the decoded header and payload once verified. This checks the signature; it doesn’t just decode it. Entirely in your browser — nothing is uploaded.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.