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:

Sponsor Custom Fields
- 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.

Category IDs
- 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}}