Meeting APIs giving a code 200, "invalid api key or secret" response
I followed the documentation, created the a server to server oauth app, called the oauth endpoint with client id and secret to get access token, and subsequently called meeting API with Authorization: Bearer <access token>. However I am getting {'code': 200, 'message': 'Invalid api key or secret.'}, what am I doing wrong?
Show less

