JWT Decode

Use this API to decode a JWT into it's components in JSON

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The response body is JSON with the following properties:

headers - the JWT headers. This should include alg - the signing algorithm and typ the JWT type.

payload - the body or claims of the JWT, JSON encoded

signature - the base64 signature.


Note, this API does not validate the JWT signing.

Body Params
string
Defaults to JWT encoded string

The JWT you want to decode

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json