post https://client.apimetrics.io/api/2/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.