Hello! I am using a Cloudflare Zero Trust Tunnel to set up webhook access to a private server.
I’ve also set up a one-time-pin authentication for accessing the website.
I’m trying to use a webhook via Eventbrite, but I receive a “302” error. I found this thread which encountered similar issues on GitHub.
The solution was to access the api here, which lists the IP Addresses that GitHub uses to send webhooks. Then, allowlist those IP Addresses on Cloudflare.
However, I can’t find a similar list of IP Addresses for Eventbrite. I dug through the API, the documentation, and reached out to their help team, but unfortunately the person I talked to didn’t understand the request.
Does anybody have any suggestions as to how I could properly allowlist Eventbrite’s webhook calls?
Thanks!