POST /jwt/decode
Request and response examples for decoding JWT payloads.
Endpoint
POST /jwt/decodeDecodes the header and payload sections of a submitted JWT token.
Signature note
This endpoint does not verify signatures. It only decodes the token contents for inspection.