Endpoint 'v3/users/me/events/?token=MYTOKEN' return 404

101 views
Skip to first unread message

Alex Yin

unread,
Sep 14, 2020, 7:32:58 PM9/14/20
to Eventbrite Developers
Hey guys!

This endpoint 'https://www.eventbriteapi.com/v3/users/me/events/?token=MYTOKEN' doesn't work any more, although it's listed in the doc(see Example 2): https://www.eventbrite.com.au/platform/docs/api-explorer

This endpoint did work fine before. Anyway, here is the response:
RESPONSEHTTP 404 NOT FOUND
  • Access-Control-Max-Age: 600
  • Vary: Accept
  • X-Rate-Limit: token:xxxxxxxxxxx 2/2000 reset=3571s, key:xxxxxxxxxxx 2/2000 reset=3571s
  • Allow: GET, POST, HEAD, OPTIONS
  • Access-Control-Allow-Origin: *
  • Access-Control-Allow-Headers: Authorization, Content-Type, Eventbrite-API-Waypoint-Token, Eventbrite-API-Deprecated-Features
  • Content-Type: text/html; charset=utf-8
{ "status_code": 404, "error_description": "The user_id you requested does not exist.", "error": "NOT_FOUND" }

Any suggestions? Thanks so much!

Greg Shailes

unread,
Sep 22, 2020, 5:33:02 AM9/22/20
to Eventbrite Developers
Hey all,

I'm experiencing exactly the same problem. The API explorer document describes "Example 2: Exploring the users/me/owned_events Endpoint", but then instructs us to "point your browser to https://www.eventbriteapi.com/v3/users/me/events/?token=MYTOKEN" 

So I'm not sure whether to use owned_events or just events. Either way, a 404 is returned with the error description, "The user_id you requested does not exist".

Any suggestions?

Thanks!

Greg Shailes

unread,
Sep 22, 2020, 5:53:55 AM9/22/20
to Eventbrite Developers
It looks like this endpoint has been deprecated. You have to find your organisation_ids to get events:
https://www.eventbrite.com/platform/docs/organizations

In my case, I use https://www.eventbriteapi.com/v3/users/me/organizations/?token=REDACTED to fetch my organisation details


to fetch the live events owned by my organisation.


On Tuesday, September 15, 2020 at 12:32:58 AM UTC+1 Alex Yin wrote:

Adam Stepansky

unread,
Sep 22, 2020, 7:29:50 AM9/22/20
to Eventbrite Developers
Yeah, but what if you want to find events owned by neighboring organizations?  

Greg Shailes

unread,
Sep 22, 2020, 8:01:12 AM9/22/20
to Eventbrite Developers
Then you probably wouldn't have been using the "users/me/events" endpoint in the first place.

Houston Krohman

unread,
Sep 24, 2020, 2:48:31 PM9/24/20
to Eventbrite Developers
Hi Greg,

That endpoint has been deprecated and it looks like our docs haven't fully been updated to reflect that yet.

Since events are now owned by Organizations rather than users, you need to retrieve events based on org_id from '/organizations/:id/events' rather than the '/users/me/owned_events' endpoint
Reply all
Reply to author
Forward
0 new messages