Logo
Zoom Public API Documentation

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:readzoom_events_tickets:read:admin

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




Curl
curl -X GET 'https://api.zoom.us/v2/zoom_events/events/:eventId/tickets?external_ticket_id=<string>&email=<string>&ticket_type_id=<string>&next_page_token=<string>&page_size=30?external_ticket_id=<string>&email=<string>&ticket_type_id=<string>&next_page_token=<string>&page_size=30' -H 'Accept: application/json'

ENDPOINTS