Invalid access token - Server to Server App

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/meetings/MEETING_ID

Description
I recently changed my application from JWT to using Server to Server OAuth. I made the change 25.01.2023 in the morning. Everything seemed to be working on that day. However, I started getting “invalid access token” one after the other on the following day. All of our courses start at 6pm and we were flooded by calls from the trainers about them not being able to start meeting.

  1. We do not use refresh tokens. Once a token is issued, we save it internally for half an hour and then, request a new token.
  2. Even after requesting (and getting a new token), we got “Invalid Access Token” within next 5 minutes, so there is no question of whether we were using tokens after they expired.

Error?
{“code”:124,“message”:“Invalid access token.”}

How To Reproduce
Steps to reproduce the behavior:
*1. Request URL

2. Authentication method or app type
Server to Server OAuth

3. Any errors
{“code”:124,“message”:“Invalid access token.”}