[urgent]Major failure:httpstatus code:401 result:{code=124, message=Invalid access token.}

If your application might have more than one concurrent usage of Zoom’s APIs, you probably want to implement a key rotation strategy because requesting a new access token will immediately revoke your current (previous) access token. Since you’re probably under time constraints with the imminent deprecation of JWT apps, you’ll probably want to go with the multiple Server-to-Server OAuth applications implementation (instead of the token_index increase) since that requires no interaction with Developer Support.

You appear to have another discussion thread about this topic; check there for other replies.

1 Like