Create a new ticket for an event
POST /organizers/{organizer_id}/events/{event_id}/tickets
Creates a ticket via API for external ticketing systems. Requires User Access Token with organizer scope.
Parameters
Path Parameters
FormData Parameters
Ticket type ID
First name
Last name
Email address
Phone number
External ticket ID for idempotency
Custom reference code (auto-generated if not provided)
Suppress email notifications
Responses
201
Create ticket via API
PublicAPI_Entities_TicketResponse model
object
Operation success status
Whether this was an idempotent response
Created or retrieved ticket
object
Unique ticket identifier
ID of the order this ticket belongs to
ID of the event this ticket is for
Ticket status (e.g., “active”, “used”, “revoked”)
Ticket holder first name
Ticket holder last name
Ticket holder phone number
Ticket holder email address
Unique reference code for ticket validation (e.g., “ABC123”)
Ticket kind (e.g., “normal”, “external”)
External system identifier for idempotency
Note explaining why ticket was revoked
Ticket type information including name and price
object
Ticket price label (formatted price, “Free”, complimentary note, or pack pricing)
Custom form field responses for this ticket
Ticket creation timestamp (ISO 8601 format)
Last update timestamp (ISO 8601 format)
Check-in timestamp (ISO 8601 format), null if not used
Registration timestamp (ISO 8601 format), null if not registered
400
Bad Request - Invalid parameters
401
Unauthorized - Invalid token
403
Forbidden - Application not owned by organizer
404
Event or ticket type not found
409
Conflict - Duplicate external_id or reference_code
422
Unprocessable - API ticket quota exceeded