Questions tagged [eventbrite]

Eventbrite is the leading self-service event management platform, helping you to create, manage, and promote local events online

Eventbrite is a self-service event management platform, helping you to create, manage, and promote local events online.

Developer Resources:

306 questions
6
votes
2 answers

406 Error / Response with Eventbrite Search API

I am currently trying to pull data from the Eventbrite API platform in Jupyter Labs. Sporadically, I am receiving a 406 Not Acceptable Error when I make the request. However, invariably, if I make the same request again a few minutes later the…
6
votes
1 answer

Eventbrite API: The user_id you requested does not exist - with OAuth token

Does anyone know why when requesting /me/owned_events with a valid token you can possibly get "The user_id you requested does not exist". To me it looks like an issue with the Evenbrite account - but I can find no effective way of raising a…
Alan Fuller
  • 461
  • 5
  • 12
5
votes
4 answers

Repeated events in Eventbrite API

I noticed that when I search future events via event_search method, sorted by date, that first events in result-set have start date from past. Problem with these events is that they are repeatable events (e.g. weekly), but API does not return…
5
votes
1 answer

Eventbrite API doesn't expand attendees

Using PHP to hook into the Eventbrite API Going to https://www.eventbriteapi.com/v3/users/me/owned_events/?token=XXX&expand=ticket_classes works and ticket_classes is expanded However when I use…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
4
votes
2 answers

Eventbrite API list events 403

I'm trying to fetch events base on time from Eventbrite API with the following command from the docs curl -X GET https://www.eventbriteapi.com/v3/events/search?date_modified.range_start=2018-01-01T00:00:01Z -H 'Authorization: Bearer…
Kirill Kovalevskiy
  • 1,942
  • 2
  • 11
  • 8
4
votes
4 answers

Eventbrite API get full description

When using an eventbrite api end point e.g. https://www.eventbriteapi.com/v3/events/11111/?token=xxx I only get the summary description e.g. "description": { "text": "Short description", "html": "Short description" }, Is there a way to…
Alan Fuller
  • 461
  • 5
  • 12
4
votes
3 answers

I am not getting address of event in Eventbrite API search respose

I am using Eventbrite API to search events around me and to locate them on map,but I am unable to get the address information in search response.
S.Jain
  • 51
  • 3
4
votes
1 answer

How to find attendee details of a particular Order in Eventbrite API

When I implemented (4 months ago) the Eventbrite API integration into my application, I got the response along with attendee details for an order's request (that is, https://www.eventbriteapi.com/v3/orders/454268667/?token=SXXXX.....XXX). But today,…
Breen ho
  • 1,601
  • 14
  • 23
4
votes
0 answers

Can I pass additional values in the order confirmation redirect URL?

Thanks to user ʀɣαɳĵ for his answer to a similar question on StackOverflow. Apparently, when directing people to a website using the confirmation page redirect, I can pass in eventbrite specific information in the form of "$event_id" or…
4
votes
1 answer

Address info from event_list_attendees

Is there a way to get attendee address information out of event_list_attendees without first customizing the order form for the event? If not, is it possible to customize the order form for an event from the API? I didn't notice that functionality…
CamHenlin
  • 194
  • 8
4
votes
1 answer

Pass Eventbrite attendee parameters to custom order confirmation page via redirect URL

Is there a way to provide parameters to the redirect URL in the Eventbrite order confirmation workflow? I'd like to forward the attendee ID / order ID (or comma-separated IDs) to my custom page as parameters, so I could perform a lookup and display…
StickByAtlas
  • 357
  • 2
  • 14
4
votes
1 answer

Eventbrite tags

The EventBrite API is great but there are a couple of really simple features that would make it much better. In particular, does anyone know a way to update the tags property of an event (or set it on a new event) - I can't see it on the API method…
Duncan W
  • 41
  • 1
  • 3
4
votes
1 answer

Are there any callbacks available in the eventbrite api?

I would like to update a meeting as more people RSVP for the meeting. Currently I do not see any place to enter a callback URL for when attendees RSVP. Thanks.
dataoz
  • 128
  • 6
3
votes
1 answer

Parlaying an Event URL into an Event ID for use with the API

I'm building an app which will aggregate events its users add to it. I'd love to be able to let people paste in an Eventbrite URL and then figure out what the event's ID is so I can pull data about it from the API. I'm having problems figuring out a…
fidothe
  • 650
  • 7
  • 10
3
votes
2 answers

Eventbrite embedded checkout - why are GA events and Ecommerce data not showing?

I'm using embedded checkout for Eventbrite. This is a modal window with the checkout iframed into my site and it works perfectly fine for its checkout purpose. But no GA events nor ecommerce data are recorded. I can't see the Universal Analytics tag…
nycrefugee
  • 1,629
  • 1
  • 10
  • 23
1
2 3
20 21