EventMobi website screenshot

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.

EventMobi publishes 5 APIs on the APIs.io network. Tagged areas include Events, Event Management, Event Apps, Attendees, and Sessions.

EventMobi’s developer surface includes documentation, engineering blog, and 7 more developer resources.

22.3/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessPaid
5 APIs
EventsEvent ManagementEvent AppsAttendeesSessionsRegistration

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 22.3/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/eventmobi: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

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...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Eventmobi Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Eventmobi Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: eventmobi
url: https://raw.githubusercontent.com/api-evangelist/eventmobi/refs/heads/main/apis.yml
name: EventMobi
kind: company
description: '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.'
accessModel:
  pricing: paid
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Paid
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/eventmobi.png
tags:
- Events
- Event Management
- Event Apps
- Attendees
- Sessions
- Registration
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: eventmobi:eventmobi-events-api
  name: EventMobi Events API
  tags:
  - Events
  - Experience Manager
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.eventmobi.com/latest/
  baseURL: https://uapi.eventmobi.com
  properties:
  - url: https://developers.eventmobi.com/latest/
    type: Documentation
  - url: https://developers.eventmobi.com/docs/uapi-public/YXBpOjI5Njc2MDM1-event-mobi-api
    type: APIReference
  description: 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/. Each API key is scoped to the Organizer that generated
    it. Full CRUD verb/path coverage is endpointsModeled - the public reference is served from a gated developer portal and
    the complete surface was not machine-extractable at review time.
- aid: eventmobi:eventmobi-people-api
  name: EventMobi People API
  tags:
  - People
  - Attendees
  - Speakers
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.eventmobi.com/latest/
  baseURL: https://uapi.eventmobi.com
  properties:
  - url: https://developers.eventmobi.com/latest/
    type: Documentation
  description: Manage the people associated with an event - attendees, speakers, and other participants - including their
    profile fields and visibility, which are controlled by authorization level. People are organized into groups (see the
    Groups API). Endpoints are nested under an event. Exact verb/path coverage is endpointsModeled.
- aid: eventmobi:eventmobi-sessions-api
  name: EventMobi Sessions API
  tags:
  - Sessions
  - Agenda
  - Schedule
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.eventmobi.com/latest/
  baseURL: https://uapi.eventmobi.com
  properties:
  - url: https://developers.eventmobi.com/latest/
    type: Documentation
  description: 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 coverage is endpointsModeled.
- aid: eventmobi:eventmobi-companies-api
  name: EventMobi Companies API
  tags:
  - Companies
  - Sponsors
  - Exhibitors
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.eventmobi.com/latest/
  baseURL: https://uapi.eventmobi.com
  properties:
  - url: https://developers.eventmobi.com/latest/
    type: Documentation
  description: Manage the companies shown in an event - sponsors, exhibitors, and vendors. Confirmed request pattern includes
    the nested collection /events/{event_id}/companies/. Full verb/path coverage is endpointsModeled.
- aid: eventmobi:eventmobi-groups-api
  name: EventMobi Groups API
  tags:
  - Groups
  - Segmentation
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://developers.eventmobi.com/latest/
  baseURL: https://uapi.eventmobi.com
  properties:
  - url: https://developers.eventmobi.com/latest/
    type: Documentation
  description: 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 coverage is endpointsModeled.
common:
- type: DomainSecurity
  url: security/eventmobi-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/EventMobi
- type: LinkedIn
  url: https://www.linkedin.com/company/eventmobi
- type: Website
  url: https://www.eventmobi.com
- type: Documentation
  url: https://developers.eventmobi.com/latest/
- type: Plans
  url: plans/eventmobi-plans-pricing.yml
- type: RateLimits
  url: rate-limits/eventmobi-rate-limits.yml
- type: FinOps
  url: finops/eventmobi-finops.yml
- url: https://www.eventmobi.com/blog/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com