Updated by Support
Category: Account Settings
Here's how you do it:
If you're not receiving the data you expected from a webhook, you may be looking at the webhook payload rather than the API response. You'll need to first request an API response for the object which triggered the webhook. To do this, add your token to the end of the API URL that's sent when your webhook fires. You’ll return an API response object to help with data issues.
TIP: Want to learn more about integrating with the Eventbrite API? eblink{Check out our developer documentation for fast help=>https://www.eventbrite.com/developer/v3/ target=_blank}.
NOTE: While you can't edit an existing webhook, you can quickly eblink{create a new one=>https://www.eventbrite.com/developer/v3/api_overview/webhooks/}.
When your webhook fires, the http response that gets sent includes an API URL. To make a request for the API response, just add your token to the end of the API URL: https://www.eventbriteapi.com/v3/orders/XXXXXX/?token=[[YOURTOKEN]]
You can use the API response that's returned to fix your data issues.
Did this article answer your question?
Sorry to hear that. How can we improve this Eventbrite Help Center article?
Glad we could help! Can you tell us what specifically helped you?
Thanks for letting us know what worked for you!
Thanks. Knowing what's wrong helps us make it right.
An error has occurred! Let us know using the 'Contact Us' link below.