Authentication
Use API keys to authenticate requests. Generate keys in your dashboard.
JSON Format
All requests and responses use JSON format with proper error handling.
Rate Limiting
1000 requests per minute for Pro plans. Contact us for higher limits.
Endpoints
GET
/eventsList all your eventsPOST
/eventsCreate a new eventGET
/events/:id/attendeesGet attendees for an eventPOST
/tickets/validateValidate a ticket QR codeExample Request
curl -X GET "https://api.maketicket.app/v1/events" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"