Go to the web page JSON Web Tokens – jwt.io header { “alg”: “RS256”, “typ”: “JWT” } payload { “iss”: ” dfsdfsdfsdfs”, “sub”: “fdgdfgdfgd”, “aud”: “account-d.docusign.com“, “iat”: 1737631816, “exp”: 1737678518, “scope”:”signature” } this iat and exp is the time in the below format Epoch Converter – Unix Timestamp Converter
Tag: jwt token creation
JWT Token Library Script
Solution Generate JWT access token with this below script as one drive link. Keep this script as a library script. One drive link: JWT Token Library Script Send credentials to the function _genJWS(jwt_header, jwt_payload, private_key); This will generate an Bearer Access token for auth. Sample crendential format added below
Paybooks integration
This scheduled script generate tokens for Paybooks integration.