List tickets
GET {{baseUrl}}/zoom_events/events/:eventId/tickets?external_ticket_id=<string>&email=<string>&ticket_type_id=<string>&next_page_token=<string>&page_size=30
Use this API to retrieve the ticket information of an event.
Scopes:
zoom_events_tickets:read
zoom_events_tickets:read:admin
Rate Limit Label
:
LIGHT
Request Params
| Key | Datatype | Required | Description |
| external_ticket_id
| string | | The ID of the external ticket. |
| email
| string | | The email of registrant.
|
| ticket_type_id
| string | | The ID of the ticket type. |
| next_page_token
| string | | The next page token paginates through a set of large results. A next page token is returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
| page_size
| number | | The number of records returned in a single API call. Max 300 |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"total_records":"\u003cnumber\u003e","next_page_token":"\u003cstring\u003e","tickets":[{"ticket_id":"\u003cstring\u003e","ticket_type_id":"\u003cstring\u003e","external_ticket_id":"\u003cstring\u003e","event_join_link":"\u003cstring\u003e","send_notification":"\u003cboolean\u003e","email":"\u003cstring\u003e","ticket_role_type":"company_zoom_room","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","state":"\u003cstring\u003e","zip":"\u003cstring\u003e","country":"\u003cstring\u003e","phone":"\u003cstring\u003e","industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","organization":"\u003cstring\u003e","organization_size":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","answer":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","answer":"\u003cstring\u003e"}]},{"ticket_id":"\u003cstring\u003e","ticket_type_id":"\u003cstring\u003e","external_ticket_id":"\u003cstring\u003e","event_join_link":"\u003cstring\u003e","send_notification":"\u003cboolean\u003e","email":"\u003cstring\u003e","ticket_role_type":"speaker","first_name":"\u003cstring\u003e","last_name":"\u003cstring\u003e","address":"\u003cstring\u003e","city":"\u003cstring\u003e","state":"\u003cstring\u003e","zip":"\u003cstring\u003e","country":"\u003cstring\u003e","phone":"\u003cstring\u003e","industry":"\u003cstring\u003e","job_title":"\u003cstring\u003e","organization":"\u003cstring\u003e","organization_size":"\u003cstring\u003e","custom_questions":[{"title":"\u003cstring\u003e","answer":"\u003cstring\u003e"},{"title":"\u003cstring\u003e","answer":"\u003cstring\u003e"}]}]}