Web chat - JWT token expiration duration

Hi,
For Genesys Cloud web chat, a JWT token is generated during the websocket connection, what's the expiration time for that token?. Please direct to documentations on this, if any.

Thanks,
Sridevi

Decode the JWT and check the exp property in the data payload to see the unix epoch timestamp of when the JWT will expire.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.