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:
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