API Call to Create a Meeting Link returning "code": -1

Description
When making an API call to generate a Zoom meeting link, received the below error. Worked on a second try.

Error
Error message from API call: {“code”:-1,“message”:“Duplicate entry ‘535089954’ for key ‘meeting_number’”}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://api.zoom.us/v2/users/me/meetings

How To Reproduce (If applicable)
Not Applicable

Screenshots (If applicable)
Not Applicable

Additional context
None

Hey @cheng,

Can you please share your full request body?

Thanks,
Tommy

Hi @tommy,

There you go.

{
  "topic": "How to successfully run online classes using Zoom!",
  "type": "2",
  "start_time": "2020-03-30T23:00:00Z",
  "duration": "60",
  "timezone": "UTC",
  "password": "2B3HKHjJ",
  "agenda": "Tue, 31 Mar 10:00AM - 11:00AM",
  "settings": {
    "host_video": "false",
    "participant_video": "false",
    "cn_meeting": "false",
    "in_meeting": "false",
    "join_before_host": "true",
    "mute_upon_entry": "true",
    "watermark": "true",
    "use_pmi": "false",
    "approval_type": "2",
    "audio": "both",
    "auto_recording": "none",
    "enforce_login": "false",
    "waiting_room": "false"
  }
}

Thanks @cheng,

We are looking into this error and will get back to you. (ZOOM-148074)

Thanks,
Tommy

Hey @cheng,

This was an issue on our end. It should be working now, can you please try again?

Thanks,
Tommy

Cool, can confirm it’s working fine for us now.
Thank you @tommy

1 Like

Happy to hear! :slight_smile:

Thanks,
Tommy

hi tommy,

we also facing this issue very frequently, our users are being affected by it very badly. we want to get it resolved asap. We are also facing some “connection-reset” and “invalid access-token” issues in the api.

Hey @abhishek.jain14331,

Can you please share your request url, request body, and response body so I can take a look at the logs?

Thanks,
Tommy