Access token refreshes every day

Hi,

For V2 API calls to work, access token is required to be passed as parameter (e.g. For Create Meeting API). This token refreshes every day (I presume). If we are to deploy this solution for clients who have their own paid zoom accounts, how do we ensure that access token obtained is not getting changed every day? Is their any relation between this access token vs access token under API credentials? I tried to use that one, but it says invalid.

Any help would be greatly appreciated.

Thanks,
Navin

The expiration of the token depends on you.

You generate the json web token using your api key and secret https://zoom.github.io/api/#authentication

The value you place in the payload for “exp” determines when the token expires. It’s recommended you use a short time.

 

The “access token” under api tab is for https://zoom.github.io/api-v1/#archived-chat (I understand the confusion)