DinoM
unread,Jun 2, 2025, 11:13:11 AMJun 2Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Eventbrite API Developers Community
Hello Eventbrite API Developer Community,
I’m a developer integrating with the Eventbrite API, and I’ve encountered an
issue while working with webhooks.
Specifically, I’ve set up a webhook with the event.updated action enabled.
However, when I make a single change to a test event, I consistently receive
two webhook deliveries within one second of each other — both referencing the
same webhook_id and api_url, and both with a 200 OK response from my endpoint.
According to the API documentation, I would expect only one webhook per
change, so this behaviour seems unintended. I’ve confirmed that the duplicate is
not caused by retries or client-side issues on my end.
Does anyone know about this issue or defect? Any guidance or advice you
can provide would be greatly appreciated.
Thanks in advance.
Best regards,
Dino