Feasibility to have more than one access token active against same account

We have a use case to fetch a Zoom org’s Meeting & Phone content simultaneously into more than one system using our published App. Is there a way to achieve this?

1 - Is it possible to have more than one access token active simultaneously for a single Zoom account?
2 - If yes, how can we achieve this?

@kwaku.nyante Per your suggestion I am creating this new ticket under API.

Hi @martin.sommer1 , this is possible with server-to-server OAuth: Server-to-Server OAuth - Zoom Developers

Thanks for the information @gianni.zoom . This document mentions “Each token will expire an hour after creation.”. As refresh tokens are not available, is there a way to increase the validity of the tokens? Ours is an enterprise application which retrieves large amounts of data every 4-6 hours and having the maximum possible validity will be helpful in avoiding multiple calls for token

For high availability, you can implement your own key rotation strategy. I’ve outlined a proposed two-key rotation strategy if you have a shared database that relies on exactly one process succeeding on an UPDATE / WHERE statement matching the original renewal time.

2 Likes