Generate token in jwt.io and pass in postman header and how we can stream our video using web video sdk

I have the import https://marketplace.zoom.us/docs/api-reference/zoom-api/Zoom%20API.oas2.json file in postman and update(patch) API https://api.zoom.us/v2/meetings/:meetingId/livestream to set up our zoom video for streaming but when build our JWT on the jwt.io by populating the Decoded section with the following. Replace the <API_KEY> and <API_SECRET> with our information, and set the expiration time exp then copy generated token from jwt.io then we pass token in postman header as Authorization but facing error “message”: “Access token is expired.”.

Please help us how to we generate token in jwt.io and pass in postman header.

We are following the right method or not please see the attachment.

Hey @abhishek.gupta2,

Thank you for reaching out to the Zoom Developer Forum. First, here’s our guide on setting the token payload - make sure that you are setting a valid epoch time that is long enough for you to perform testing for the exp time:

You can also try copying a token from the App Credentials page of your JWT App to see if that works.

Let me know if that helps.

Thanks,
Max

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