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: Rate Limit Label: zoom_events_tickets:read
zoom_events_tickets:read:admin
LIGHT
Body
PARAM
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 |
ENDPOINTS