Description
I would like to create a new meeting. I’m using application/json for content and I put Body as JSON raw:
{
“topic”: “Testing”,
“type”: “1”,
“start_time”: “2021-05-06T11:00:00Z”,
“duration”: “25”,
“timezone”: “America/New_York”,
“password”: “string”,
“agenda”: “Zoom”
}
Error
500 Internal Server Error - and the meeting is NOT created
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT token working correctly - able to see a meeting I scheduled long ago
Which Endpoint/s?
{{baseUrl}}/users/:userId/meetings
and for userId, I’m using “me” for Value