EventMobi
EventMobi is an event management platform for in-person, virtual, and hybrid events - event apps, registration and ticketing, event websites, badges and check-in, and live engagement - all configured through its Experience Manager. EventMobi exposes a documented public Unified API (UAPI) that lets organizers programmatically read and manage the data behind an event: events, people (attendees, speakers, and other participants), sessions, companies (sponsors and exhibitors), and groups. Access is gated by an EventMobi Organizer account - API keys are generated inside Experience Manager and carry the same access rights as the Organizer they belong to - so the API is available to paying customers rather than through open self-service signup.
APIs
EventMobi Events API
Read and update the events an Organizer manages. Confirmed request patterns include GET and PATCH on the events collection and nested resources such as /events/{event_id}/images...
EventMobi People API
Manage the people associated with an event - attendees, speakers, and other participants - including their profile fields and visibility, which are controlled by authorization l...
EventMobi Sessions API
Manage an event's agenda sessions - scheduling, session roles, and the speakers and content attached to each session. Endpoints are nested under an event. Exact verb/path covera...
EventMobi Companies API
Manage the companies shown in an event - sponsors, exhibitors, and vendors. Confirmed request pattern includes the nested collection /events/{event_id}/companies/. Full verb/pat...
EventMobi Groups API
Create and manage people groups used to categorize attendees within an event; custom groups carry the "custom" type. Endpoints are nested under an event. Exact verb/path coverag...