Logo
Zoom Public API Documentation

List ticket types

GET {{baseUrl}}/zoom_events/events/:eventId/ticket_types

Use this API to list all ticket types associated with an event.

Scopes: zoom_events_ticket_types:read:adminzoom_events_ticket_types:read

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "total_records": "<number>", "ticket_types": [ { "ticket_type_id": "<string>", "name": "<string>", "currency": "<string>", "free": "<boolean>", "price": "<string>", "quantity": "<number>", "start_time": "<string>", "end_time": "<string>", "description": "<string>", "sold_quantity": "<number>", "sessions": [ "<string>", "<string>" ], "private_visibility_rules": { "account_restrict": "<boolean>", "allow_domain_list": [ "<string>", "<string>" ], "email_restrict_list": [ "<string>" ] } }, { "ticket_type_id": "<string>", "name": "<string>", "currency": "<string>", "free": "<boolean>", "price": "<string>", "quantity": "<number>", "start_time": "<string>", "end_time": "<string>", "description": "<string>", "sold_quantity": "<number>", "sessions": [ "<string>", "<string>" ], "private_visibility_rules": { "account_restrict": "<boolean>", "allow_domain_list": [ "<string>", "<string>" ], "email_restrict_list": [ "<string>" ] } } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/zoom_events/events/:eventId/ticket_types' -H 'Accept: application/json'

ENDPOINTS