Objective
Locating the creation or expiration time values of a token.
Applies To
- Video API
- Tokens
Contents
- Procedure for Vonage Video API Opentok Environment
- Procedure for Vonage Video API Unified Environment
- Additional Information
Procedure for Vonage Video API Opentok Environment
- From the token, remove the part "T1==" in the beginning.
- Go to http://www.base64decode.org and do a decode-64 of the remaining part of the token.
- Get the create_time and expire_time values. These are Unix timestamp values.
- Go to http://www.unixtimestamp.com/index.php and put in the timestamp. It will convert it to month/day/year format.
Procedure for Vonage Video API Unified Environment
- Go to https://jwt.io/ and decode the token
- Get the exp and iat values. These are Unix timestamp values.
- Go to http://www.unixtimestamp.com/index.php and put in the timestamp. It will convert it to month/day/year format.
Additional Information
For additional information about the Token, see our developer documentation below.
Articles in this section
- Upcoming changes to Support tickets access
- Why isn't the Video Inspector displaying user information and events?
- Has the Video Session Monitoring Callback data changed?
- Vonage Scalable Video Simulcast
- How can I find the creation or expiration time of a token?
- What does OT.checkSystemRequirements() check?
- How to Get HD/FHD Resolution Recordings and Live Streaming in Vonage Video API Sessions
- How can I implement a ringing or calling application with Vonage Video API?
- How can I get information about multiple sessionIds in one Insights GraphQL query?
- What codecs are supported on the Vonage Video API platform?