Does server to server auth token work for concurrent requests?

I’m setting up a server to server app and we need to get an access token to call Zoom APIs. Since tokens last an hour, we are caching the token for 45 minutes so we don’t need to request every time. However i was wondering if two concurrent requests can use the same token or if that will cause issues.

Hi @rosario ,

Please see the following best practice guidance for S2S: Server-to-Server OAuth

hi Gianni. My question is not answered there. It just mentions we can generate multiple tokens but it doesn’t mention if concurrent requests are allowed to use the same token. We want to reduce our latencies by caching the token and have our requests use the same one. instead of having to get a new token for every request.

Hi @rosario ,

I do not believe concurrent requests with the same token is not supported at this time. You may test under your conditions, but it is not under official guidance.

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