Hi team,
I’m facing the error “Invalid access token” while trying to create a new meeting via the API. I’m using Server-to-Server OAuth and I can generate a token successfully. However, when I attempt to create a meeting using this token through the following endpoint: https://api.zoom.us/v2/users/me/meetings, I receive the above error message. I’m unsure how to resolve this issue.
Note that I sending the token like this
'Authorization' => 'Bearer ' . $accessToken,