POST https://api.zoom.us/v2/zoom_events/events/{{eventId}}/tickets
Description
When I add a registration via API to a ticket type that uses Email + OTP authentication only, the displayed authentication method is: “Sign in with a Zoom account”
instead of “Authenticate via email verification code”.
Manually added users, however, are correctly set to “Authenticate via email verification code”.
Error?
No technical error occurs, but the behavior is unexpected: the authentication method does not match the ticket configuration.
How To Reproduce
Request URL: POST https://api.zoom.us/v2/zoom_events/events/{{eventId}}/tickets
Hi @br1
Thanks for reaching out to us and welcome to the Zoom Developer forum!
I am happy to help here!
Can you please clarify how are you creating the ticket and if you are doing this via API, can you please share the request body you are using so I can troubleshoot this on my end
Hey @br1
Sorry for the late reply here!
I did not get a notification and did not see your response in the thread.
When you created the ticket type, did you do this manually or via API? I am trying to reproduce this on my end so I would like to learn how did you create the ticket and how did you setup the ticket for email + OTP
One question is if there’s a way I needed to set the ticket type to have the correct authentication mode, as both via API or Manually I can’t find that option?