Request Body should be a valid JSON object in creating invite link api

In this api call
https://api.zoom.us/v2/meetings/75387754507/invite_links
getting error

300
Request Body should be a valid JSON object.

Please help me to fix this

{
“ttl”: 3600,
“attendees”: [
{
“name”: “Mike Brown”
},
{
“name”: “Mike Brown”
},
{
“name”: “Mike Brown”
}
]
}

Hi @shivendra9459

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Could you please double check that your meeting ID is valid and has not expired yet?

Thanks for responding, This issue is fixed. Actually I am calling this API from postman so this getting this error dont know why bu when I called this api from my code (reactjs). This issue is fixed.

Happy to hear this is not an issue anymore! @shivendra9459
Feel free to reach out back to us whenever you need to!

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