Order Questions
Learn about order questions and how to retrieve and create them.
Overview
There are two types of order questions, default and custom questions, that appear on the checkout screen while one is purchasing the tickets. Eventbrite uses these questions to collect information from the attendees. We can list the default questions and create new custom questions using the Eventbrite API.
Default questions
Eventbrite provides a list of default questions to inquire about the attendee’s basic information, for example, first name, last name, and email address.
The following URL uses the GET
method to retrieve the list of default questions for an event:
https://www.eventbriteapi.com/v3/events/{event_id}/canned_questions/
We provide the {event_id}
in the URL to retrieve the default questions. It returns a paginated JSON object of questions.
Get hands-on with 1200+ tech skills courses.