Invalid API or Secret

Description
I have generated a basic authoriztion with the client id and secret id. When i use the bearer token to access the https://api.zoom.us/v2/users/{userId}/meetings i get the
{
“code”: 200,
“message”: “Invalid api key or secret.”
}

Error
{
“code”: 200,
“message”: “Invalid api key or secret.”
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://api.zoom.us/v2/users/{userId}/meetings

How To Reproduce (If applicable)

Additional context

I can generated the bearer token successfully

Hi @joseph1, does this OAuth token have the correct installation and scopes assigned to this userId? Are you following the steps here in our OAuth documentation?