Developer Account

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:

  1. Log in to a basic account.
  2. create a meeting (note the meeting Id).
  3. make a post request to the endpoint mentioned above with the meeting Id of the meeting created.

Additional Information
Programming Language: Apex (Salesforce)

Hi @mahesh.biswas07 did you create the account recently? Your account should come with a 60-day free trial for the REST API.

Yes, I recently created my account. But still I’m getting the message.
{
“code”: 200,
“message”: “Only available for paid users: <host_id>.”
}

when trying to add registrant to meeting via the api.

Hey @mahesh.biswas07,

Look like you have a free basic account. In order to use the registration features and API, you need at least a pro account.

Thanks,
Tommy