Developer Platform

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.

Full REST API Outbound Webhooks API Key Management
REST API Architecture
Webhooks Trigger-Based Automation
llms.txt AI/LLM Discovery
0 Vendor Lock-In

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

1 2 3 4 5 import{ EventHex }from '@eventhex/sdk'; consteh= newEventHex(); eh.registerAttendee(

Attendees API

Query attendees by event, ticket type, check-in status, or custom field values — paginated, filterable, and export-ready

Alex Johnson alex@company.com Marketing emails Event updates

Sessions API

Fetch session schedules, speaker assignments, and room allocations from any event to power your own agenda views or mobile apps

Event Summary Sessions: 8 Speakers: 12 Tickets: 500 ✓ AI

Payments API

Access payment status, ticket revenue, and refund records to reconcile EventHex income with your own finance systems

•••• 4242 CARDHOLDER NAME 04/28

Events API

Create and manage events, ticket types, and capacity limits programmatically — useful for teams that provision events from internal tooling

1 2 3 4 5 import{ EventHex }from '@eventhex/sdk'; consteh= newEventHex(); eh.registerAttendee(

Outbound Webhooks

Configure EventHex to POST a payload to any URL when a trigger fires — no polling required, no missed events

POST CRM Slack

Registration Triggers

Fire a webhook when a new registration is confirmed, when payment is received, or when an attendee cancels

POST CRM Slack

Check-In Triggers

Trigger automation the moment an attendee checks in on-site — update your CRM, ping Slack, or send a personalized follow-up

POST CRM Slack

Session & Speaker Triggers

Get notified when a session is updated, a speaker is confirmed, or an abstract is accepted through the reviewer portal

POST CRM Slack

Payload & Retry Control

Each webhook delivers a structured JSON payload. Failed deliveries are retried automatically with exponential backoff and logged for inspection

Event Summary Sessions: 8 Speakers: 12 Tickets: 500 ✓ AI

API Key Management

Generate and revoke API keys from the EventHex dashboard — scope keys to read-only or read-write per integration

🔐 Encrypted end-to-end

Per-Integration Keys

Create separate API keys for each integration partner or internal service so you can revoke one without disrupting others

🔐 Encrypted end-to-end

Secure Key Storage

Keys are displayed only once at creation time and stored as hashed values — follow standard secret management practices

✓ GDPR Compliant ✓ SOC 2 ✓ PCI DSS Level 1 ✓ ISO 27001

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

Event Summary Sessions: 8 Speakers: 12 Tickets: 500 ✓ AI

Developer Docs

Full API reference documentation covers every endpoint, payload schema, authentication method, and example request — available at eventhex.ai/docs

Event Summary Sessions: 8 Speakers: 12 Tickets: 500 ✓ AI
Feature-by-feature

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
EventHex REST API response showing attendee records in JSON format

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
Webhook configuration panel in EventHex showing trigger types and endpoint settings

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
EventHex llms.txt file enabling AI and LLM tool discovery of the developer API
Step by Step

How to Build on EventHex

01

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.

02

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.

03

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.

04

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

Get Started Today

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.

AI-powered platform Free onboarding support No credit card required
Full REST API Outbound Webhooks API Key Management
Need Help?

Frequently Asked Questions

Everything you need to know about this feature and how it works with EventHex.

Talk to Our Team

Our experts can walk you through a personalized demo and answer any questions.

Book a Demo
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.