Question
ZOOM meeting API
Hi,
I created zoom meetings from the API, i can't see my meetings listed on my dashboard and also, when i copy the meeting ID to join from the broswer, i get "invalid ID, 3001" error. I'm also using a free basic account.
Here's my payload
{
"start_time": "2023-08-16T16:30:00Z",
"type": 2,
"pre_schedule": true,
"timezone":"America/Los_Angeles",
"topic": "Alaba trey",
"settings": {
"join_before_host": true,
"mute_upon_entry":true
}
}
Please i need help.
