Description
Applies to: some, but not all users
Issue: With 2 of our users, webinars created are being created twice
Helpful details: This doesn’t happen with all users, and we believe we’ve thoroughly tested our code to be certain that it’s not happening on our end (we’ve tried VERY hard to make it happen on our end with double clicking, etc). Since it also is only happening to some user accounts, it’s proving difficult to figure out.
Error
The resulting error is that sometimes a duplicate is created, and sometimes it isn’t.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
We use JWT and Webhooks
Which Endpoint/s?
webinar/create
How To Reproduce (If applicable)
Steps to reproduce the behavior:
We send the request using PHP cURL
Screenshots (If applicable)
This is a screenshot of the cURL call to the API if helpful.
We are looking for some ideas on how we might figure out where this is going wrong. Of course it could still be on our end, or if there’s something that is known with the API that we should know about, etc. Just a bit stuck here and we’ve thoroughly looked into what we can.
Thanks!