Create an event ticket type

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

Use this API to create create a ticket type for the event ID. This API is not allowed for single session event type.

Scopes: zoom_events_ticket_types:write:admin zoom_events_ticket_types:write

Rate Limit Label : LIGHT

Request Body

{"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>"]}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"ticket_type_id":"\u003cstring\u003e"}