Description
Hello all, I actually want to know if there is something like a developer account which can be used to build and test application consuming zoom API.
Error
I actually created a basic account to see and build applications consuming Zoom API. I can create meetings but wanted to add registrants but the callout is a success but gives a response.
{
“code”: 200,
“message”: “Only available for paid users: <host_id>.”
}
I understand the error but I want to know if there is any developer account in which we can do a paid level task? If no then what are the limitation to the developer account?
Which App Type (OAuth / Chatbot / JWT / Webhook)?
I was using JWT for token generation
Which Endpoint/s?
endpoint: https://api.zoom.us/v2/meetings/<meeting_id>/registrants
method: POST
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Log in to a basic account.
- create a meeting (note the meeting Id).
- make a post request to the endpoint mentioned above with the meeting Id of the meeting created.
Additional Information
Programming Language: Apex (Salesforce)