JWT Decode

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

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.

Language
Click Try It! to start a request and see the response here!