List authenticated user's tickets
GET /organizers/{organizer_id}/tickets
Returns a paginated list of tickets belonging to the authenticated user for events within the specified organizer. Requires User Access Token with public scope. Only returns tickets for events owned by the specified organizer.
Parameters
Path Parameters
Query Parameters
OAuth Token (alternative to Authorization header)
Responses
200
Get user’s tickets
PublicAPI_Entities_Ticket model
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
401
Unauthorized - Invalid user token or organizer mismatch
403
Forbidden - Missing public scope