Logo
Zoom Public API Documentation

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:adminzoom_events_ticket_types:write

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "ticket_type_id": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/zoom_events/events/:eventId/ticket_types' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"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"]}}'

ENDPOINTS