Build on EventHex.
Your Stack, Your Rules.
A full REST API, outbound webhooks, and API key management give your team complete programmatic control over events, registrations, attendees, sessions, and payments — integrate EventHex into any workflow or product.
Your events. Your API.
Fully programmable
Everything Developers Need to Build On EventHex
From reading attendee lists to triggering automation on registration events — the EventHex developer platform gives you full access to your event data with the primitives your team already knows.
Registrations API
Read, create, and update registrations programmatically — integrate EventHex registration data into your CRM, data warehouse, or internal tools
Attendees API
Query attendees by event, ticket type, check-in status, or custom field values — paginated, filterable, and export-ready
Sessions API
Fetch session schedules, speaker assignments, and room allocations from any event to power your own agenda views or mobile apps
Payments API
Access payment status, ticket revenue, and refund records to reconcile EventHex income with your own finance systems
Events API
Create and manage events, ticket types, and capacity limits programmatically — useful for teams that provision events from internal tooling
Outbound Webhooks
Configure EventHex to POST a payload to any URL when a trigger fires — no polling required, no missed events
Registration Triggers
Fire a webhook when a new registration is confirmed, when payment is received, or when an attendee cancels
Check-In Triggers
Trigger automation the moment an attendee checks in on-site — update your CRM, ping Slack, or send a personalized follow-up
Session & Speaker Triggers
Get notified when a session is updated, a speaker is confirmed, or an abstract is accepted through the reviewer portal
Payload & Retry Control
Each webhook delivers a structured JSON payload. Failed deliveries are retried automatically with exponential backoff and logged for inspection
API Key Management
Generate and revoke API keys from the EventHex dashboard — scope keys to read-only or read-write per integration
Per-Integration Keys
Create separate API keys for each integration partner or internal service so you can revoke one without disrupting others
Secure Key Storage
Keys are displayed only once at creation time and stored as hashed values — follow standard secret management practices
llms.txt for AI Discovery
EventHex exposes an llms.txt file so AI tools, LLM agents, and copilots can discover the API surface automatically without manual documentation parsing
Developer Docs
Full API reference documentation covers every endpoint, payload schema, authentication method, and example request — available at eventhex.ai/docs
Developer Platform
Built for Real Integrations
Pull Any Event Data Into Your Own Stack
The EventHex REST API covers registrations, attendees, sessions, payments, and events. Whether you're syncing to a data warehouse, feeding a BI dashboard, or embedding attendee lists in an internal tool — the API gives you clean, paginated JSON with no middleware required.
Explore More
React to Events as They Happen
Outbound webhooks mean you never have to poll for changes. Configure a webhook endpoint for registration confirmed, attendee checked in, or session updated — and EventHex posts a structured payload to your URL the moment it happens. Retries are built in.
Explore More
AI Tools Can Discover Your API Automatically
EventHex ships an llms.txt file so AI assistants, LLM agents, and developer copilots can parse the full API surface without manual documentation ingestion. Build AI-powered event workflows on top of EventHex data with zero extra setup.
Explore More
How to Build on EventHex
Generate an API Key
Log into EventHex, navigate to the developer panel, and create an API key. Scope it to read-only or read-write and assign it to the integration you're building.
Explore the API Reference
The full REST API reference documents every endpoint, parameter, and response schema. Registrations, attendees, sessions, and payments are all covered with example requests.
Configure Webhooks
Choose the triggers that matter to your workflow — new registration, payment confirmed, check-in, session update — and point them at your endpoint. EventHex starts delivering payloads immediately.
Build & Ship
Integrate EventHex data into your CRM, data pipeline, mobile app, or internal tool. Use the API for reads and writes; use webhooks for real-time automation. The platform stays out of your way.
Why Developers & Technical Teams Choose EventHex
Full REST API
Every object — events, registrations, attendees, sessions, payments — is accessible via REST
Real-Time Webhooks
Trigger-based outbound webhooks with retry logic and delivery logs
API Key Control
Create, scope, and revoke keys per integration from the dashboard
AI-Ready via llms.txt
LLM tools and AI copilots discover the API surface automatically
No Vendor Lock-In
Your data is yours — export, sync, or replicate it to any system
Ready to Build on EventHex?
Connect EventHex to your stack with a full REST API, outbound webhooks, and API key management. See the platform in action — no commitment required.
Does EventHex have a REST API?
Yes. EventHex provides a full REST API covering events, registrations, attendees, sessions, and payments. Every endpoint returns paginated JSON and supports filtering by common fields like event ID, ticket type, and status.
How do outbound webhooks work?
You configure a webhook endpoint URL and select the triggers you want — such as registration confirmed, payment received, or attendee checked in. EventHex sends a structured JSON payload to your URL when those triggers fire. Failed deliveries are retried automatically with exponential backoff.
How do I authenticate API requests?
Generate an API key from the EventHex developer panel. Pass it as a Bearer token in the Authorization header. Keys can be scoped to read-only or read-write and revoked at any time without affecting other keys.
What is llms.txt and why does EventHex have one?
llms.txt is a plain-text file that describes an application's API surface in a format AI tools and LLM agents can parse automatically. EventHex exposes one so that developer copilots and AI assistants can discover endpoints, parameters, and schemas without manual documentation ingestion.
Can I create events and registrations via the API?
Yes. The API supports read and write operations for events and registrations, including creating ticket types, setting capacities, and adding registrations programmatically. This is useful for teams that provision events from internal tooling.
Where can I find the full API documentation?
Full API reference documentation is available at eventhex.ai/docs and covers every endpoint, payload schema, authentication method, and example request. The llms.txt file at the root of the domain gives AI tools a machine-readable version of the same information.