How to create a new meeting - getting a 500 Internal Server Error

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

Hi @mshkolnik22,

Thanks for reaching out and happy to help.

Are you seeing the same issue when using the test request in our documentation at the bottom of this page?

How are you submitting the request? From Postman, console, cURL, etc.?

Let me know—thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.