Logo
Zoom Public API Documentation

zoom_events-events-{eventId}-ticket_types-{ticketTypeId}-questions

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: zoom_events_ticket_types:readzoom_events_ticket_types:read:admin

Rate Limit Label: 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: zoom_events_ticket_types:write:adminzoom_events_ticket_types:write

Rate Limit Label: LIGHT



ENDPOINTS