I'm trying to fetch venues for events.
- I have successfully fetched a list of events via:
https://www.eventbriteapi.com/v3/events/search/?location.within=50km&location.latitude=-27.466667&location.longitude=153.033333&&categories=102&token=mytoken
- I am attempting to fetch the venues from the
events[].venue_id
in this payload viahttps://www.eventbriteapi.com/v3/venues/22155649/?token=mytoken
- What I'd expect: an event payload to be returned.
- What I'm seeing: HTTP 403 FORBIDDEN
It looks (from this thread) as if this is a longstanding issue whereby events are public but venues are not.