I have a Zoom One Pro account and connecting a wordpress website to programatically retrieve all meetings for a user. The access token is being retrieved correctly using Server to Server Ouath2.0 setup which I created using Zoom developer. When i use the access token the following way however, when I check my error_logs im getting the following:
Errors:
[30-Aug-2023 01:46:09 UTC] Zoom HTTP Response Code:400
[30-Aug-2023 01:46:09 UTC] Zoom Get All Meetings Response:{“code”:200,“message”:“Account does not enabled REST API.”}
Now when I setup the same thing in postman im getting the status code of 200 and everything is working fine, so Im not sure why this error is occurring. In postman im able to create and retrieve meetings using the same credentials and account_id.
Sorry, i have the same problem.
I created a Server-To-Server OAuth App and i get the AccessToken without problems, but when i try to use the API iget the {“code”:200,“message”:“Account does not enabled REST API.”}
I get the same error on Postman.
I have ok the scopes on the app…
I really dónt know what else i can do
thanks
PD: i just created another Server-To-Server OAuth App and i get the same error.