Start free and sell your first 100 tickets with zero platform commission.
Eventtive Logo
API Documentation

Eventtive REST API

Build integrations with the Eventtive platform. Create events, manage tickets, process check-ins, and access analytics programmatically.

Base URL: https://api.eventtive.com/v1Auth: Bearer TokenFormat: JSON

Authentication

All API requests require a valid API key sent in the Authorization header. You can generate API keys from Settings → API Keys (Business plan required).

# Include your API key in every request
curl -H "Authorization: Bearer evt_your_api_key" \
https://api.eventtive.com/v1/events

Rate Limits

1,000
requests / minute
50,000
requests / day
100
items / page (max)

Endpoints

Events

Create, read, update, and delete events

GET/api/v1/events
POST/api/v1/events
GET/api/v1/events/:id
PATCH/api/v1/events/:id
DELETE/api/v1/events/:id
POST/api/v1/events/:id/publish

Tickets

Manage ticket types, inventory, and issued tickets

GET/api/v1/events/:id/tickets
POST/api/v1/events/:id/tickets
GET/api/v1/tickets/:id
POST/api/v1/tickets/:id/cancel
POST/api/v1/tickets/:id/transfer

Attendees

Access attendee data and check-in status

GET/api/v1/events/:id/attendees
GET/api/v1/events/:id/attendees/export
POST/api/v1/events/:id/checkin
DELETE/api/v1/events/:id/checkin/:ticketId

Analytics

Access event analytics and sales data

GET/api/v1/events/:id/analytics
GET/api/v1/events/:id/analytics/sales
GET/api/v1/events/:id/analytics/checkins

Webhooks

Configure webhooks for real-time event notifications

GET/api/v1/webhooks
POST/api/v1/webhooks
DELETE/api/v1/webhooks/:id

Webhook Events

Subscribe to webhook events to receive real-time notifications about activities on your events.

event.created
event.published
event.cancelled
ticket.purchased
ticket.cancelled
ticket.transferred
checkin.completed
checkin.undone
payment.completed
payment.refunded
payout.processed
rsvp.submitted

Ready to integrate?

Get started with the Eventtive API today. Business plan includes full API access and dedicated support.

Get API Access