I am trying to integrate zoom with app using JWT type authentication, I have generated a basic account on zoom and created an APP to get Credentials.
When I am trying to test Zoom API ,I am getting 200 Error code that stating NO PERMISSION. Do I need to have pro or higher package Account to test Zoom API?
I am geting this response:
{
“code”: 200,
“message”: “No privilege.”
}