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/eventsPOST
/api/v1/eventsGET
/api/v1/events/:idPATCH
/api/v1/events/:idDELETE
/api/v1/events/:idPOST
/api/v1/events/:id/publishTickets
Manage ticket types, inventory, and issued tickets
GET
/api/v1/events/:id/ticketsPOST
/api/v1/events/:id/ticketsGET
/api/v1/tickets/:idPOST
/api/v1/tickets/:id/cancelPOST
/api/v1/tickets/:id/transferAttendees
Access attendee data and check-in status
GET
/api/v1/events/:id/attendeesGET
/api/v1/events/:id/attendees/exportPOST
/api/v1/events/:id/checkinDELETE
/api/v1/events/:id/checkin/:ticketIdAnalytics
Access event analytics and sales data
GET
/api/v1/events/:id/analyticsGET
/api/v1/events/:id/analytics/salesGET
/api/v1/events/:id/analytics/checkinsWebhooks
Configure webhooks for real-time event notifications
GET
/api/v1/webhooksPOST
/api/v1/webhooksDELETE
/api/v1/webhooks/:idWebhook Events
Subscribe to webhook events to receive real-time notifications about activities on your events.
event.createdevent.publishedevent.cancelledticket.purchasedticket.cancelledticket.transferredcheckin.completedcheckin.undonepayment.completedpayment.refundedpayout.processedrsvp.submittedReady to integrate?
Get started with the Eventtive API today. Business plan includes full API access and dedicated support.
Get API Access