Public API endpoints
List of public endpoints
2min
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
To return a list of speakers at your event, use:
https://api.brella.io/api/public/events/{{event_slug}}/speakers
To return a list of sponsors at your event, use:
https://api.brella.io/api/public/events/{{event_slug}}/sponsors
Updated 13 Mar 2024
Did this page help you?