Inquiry Regarding /events/{event_id}/teams/ API Endpoint Returning 404

4 views
Skip to first unread message

S Pratap

unread,
Aug 12, 2025, 1:02:56 PMAug 12
to Eventbrite API Developers Community

Hi Team,

I’m trying to retrieve a list of teams using the endpoint:
GET https://www.eventbriteapi.com/v3/events/{event_id}/teams/

Example request:
curl --location 'https://www.eventbriteapi.com/v3/events/809146901/teams/' \ --header 'Authorization: Bearer XXXXXXXXXXX' \ --header 'Accept: application/json'

However, for all event IDs I’ve tried, the response is consistently:

{
"status_code": 404,
"error_description": "The path you requested does not exist.",
"error": "NOT_FOUND"
}

Could you please confirm whether this endpoint has been deprecated or if it has changed?
If it is still supported, could you advise on the correct usage or any prerequisites for retrieving teams?

Currently, these calls are consuming API quota without returning any useful data, so I’d appreciate your guidance on how to resolve this.

Thank you,
Pratap

Reply all
Reply to author
Forward
0 new messages