List authenticated user's orders
GET /organizers/{organizer_id}/orders
Returns a paginated list of orders belonging to the authenticated user for events within the specified organizer. Requires User Access Token with public scope. Only returns orders for events owned by the specified organizer.
Parameters
Path Parameters
Query Parameters
OAuth Token (alternative to Authorization header)
Responses
200
Get user’s orders
PublicAPI_Entities_Order model
object
Unique order identifier
Order status (e.g., “paid”, “pending”, “cancelled”)
Buyer first name
Buyer last name
Buyer email address
Buyer full phone number as stored
Buyer phone country ISO code (e.g., “TH”, “US”)
Buyer phone country dialing code without ”+” (e.g., “66”, “1”)
Buyer phone in national format without country code
ID of the event this order is for
Custom form field responses for this order
Array of ticket IDs included in this order
Order creation timestamp (ISO 8601 format)
Last update timestamp (ISO 8601 format)
Payment completion timestamp (ISO 8601 format), null if not paid
401
Unauthorized - Invalid user token or organizer mismatch
403
Forbidden - Missing public scope