4h ago
API Requests
We would like to request an update/expansion to the current API capabilities. There are several event-related fields that are not being passed through the API but are important for our workflow. Specifically, we’d like to request support for the following:
- Event description – currently only the event logo is passed.
- Feature image – at the moment, only the logo and speaker images are available via API.
- Tags/Categories – for example: online event, college, masters, MBA, etc. These are not being passed.
- Event status – such as draft, live, etc. (If this already exists, please let us know how to access it.)
Please let us know if these additions could be included in a future API update or if there are any workarounds in the meantime.
Thank you
Completed
Hi there, We’ve expanded the Events API payload so you’ll now see: - description, - feature_image, - categories, - custom tags - status (planning/running/finished, derived from the event schedule). Remember the response already includes the is_live and is_archived booleans as well. Those flags will give you a quick snapshot of whether an event is still a draft/private, fully live, or archived. Hope this helps.