Download the tickets corresponding to an order via API

20 views
Skip to first unread message

Tiago Maiato

unread,
Jul 23, 2025, 11:21:33 AMJul 23
to Eventbrite API Developers Community
Good afternoon, using your API, after purchasing a ticket, how can I download the ticket(s) corresponding to a purchase order?
Best regards,
Tiago Maiato   

Rajat Patel

unread,
Jul 25, 2025, 11:56:40 AMJul 25
to Eventbrite API Developers Community
Hello Tiago,

Eventbrite doesn’t provide a direct API to download the official ticket PDF or invoice — those are only sent via email to the attendee or available in their Eventbrite account.

But yes, you can get all order and ticket details using the API and generate your own version if needed.

Here are the useful endpoints:

==> Get Order Details:
    => https://www.eventbriteapi.com/v3/orders/{ORDER_ID}/?token=YOUR_TOKEN

==> Get Attendees for the Order (includes ticket type & barcode):
    =>https://www.eventbriteapi.com/v3/orders/{ORDER_ID}/attendees/?token=YOUR_TOKEN

If you need to show/download a ticket, you can use this data to create a custom PDF (name, event, QR code, etc.) using tools like TCPDF or domPDF.

Thanks & Regards,
Rajat Patel

Reply all
Reply to author
Forward
0 new messages