Number of APIs: 2
1. List registration questions for ticket type
GET {{baseUrl}}/zoom_events/events/:eventId/ticket_types/:ticketTypeId/questions
Use this API to list registration questions and fields that are to be answered by users while registering for an event. These questions are setup at ticket_type level. Scopes: Rate Limit Label: zoom_events_ticket_types:read
zoom_events_ticket_types:read:admin
Light
2. Update registration questions for ticket type
PUT {{baseUrl}}/zoom_events/events/:eventId/ticket_types/:ticketTypeId/questions
Use this API to update registration questions and fields that are to be answered by users while registering for an event. These questions are setup at ticket_type level. This API is not allowed for single session event type. Scopes: Rate Limit Label: zoom_events_ticket_types:write:admin
zoom_events_ticket_types:write
LIGHT
ENDPOINTS