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

Rate Limit Label : LIGHT

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"total_records":"\u003cnumber\u003e","ticket_types":[{"ticket_type_id":"\u003cstring\u003e","name":"\u003cstring\u003e","currency":"\u003cstring\u003e","free":"\u003cboolean\u003e","price":"\u003cstring\u003e","quantity":"\u003cnumber\u003e","start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e","description":"\u003cstring\u003e","sold_quantity":"\u003cnumber\u003e","sessions":["\u003cstring\u003e","\u003cstring\u003e"],"private_visibility_rules":{"account_restrict":"\u003cboolean\u003e","allow_domain_list":["\u003cstring\u003e","\u003cstring\u003e"],"email_restrict_list":["\u003cstring\u003e"]}},{"ticket_type_id":"\u003cstring\u003e","name":"\u003cstring\u003e","currency":"\u003cstring\u003e","free":"\u003cboolean\u003e","price":"\u003cstring\u003e","quantity":"\u003cnumber\u003e","start_time":"\u003cstring\u003e","end_time":"\u003cstring\u003e","description":"\u003cstring\u003e","sold_quantity":"\u003cnumber\u003e","sessions":["\u003cstring\u003e","\u003cstring\u003e"],"private_visibility_rules":{"account_restrict":"\u003cboolean\u003e","allow_domain_list":["\u003cstring\u003e","\u003cstring\u003e"],"email_restrict_list":["\u003cstring\u003e"]}}]}