GET {{baseUrl}}/zoom_events/events/:eventId/ticket_types
Use this API to list all ticket types associated with an event. Scopes: Rate Limit Label: zoom_events_ticket_types:read:admin
zoom_events_ticket_types:read
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>"
]
}
}
]
} |
ENDPOINTS