Public API endpoints
List of public endpoints
5 min
schedule (public) to return all time slots / schedule items structured under their respective tracks, use https //api brella io/api/public/events/{{event slug}}/schedule?date=all to return all time slots/ schedule items as a single list (not categorized into tracks), use https //api brella io/api/public/events/{{event slug}}/timeslots?date=all speakers (public) to return a list of speakers at your event, use https //api brella io/api/public/events/{{event slug}}/speakers sponsors (public) to return a list of sponsors at your event, use https //api brella io/api/public/events/{{event slug}}/sponsors the endpoints also support different options for filtering filter by custom fields you can filter by sponsor specific custom fields, such as revenue, companysize, etc the value of the parameter needs to be the field key from your admin panel, under custom content > custom field endpoint https //api brella io/api/public/events/{{eventslug}}/sponsors?custom fields\[{{custom field key}}]\[]=value filter by category you can filter sponsors by category ids the category id can be found in the admin panel, under sponsors > category endpoint https //api brella io/api/public/events/{{eventslug}}/sponsors?category id\[]={{sposor category id}} filter by sponsor names you can search sponsors by name endpoint https //api brella io/api/public/events/{{eventslug}}/sponsors?search={{sponsor name}}