MakeTicket
Back

API Documentation

Build custom integrations with our RESTful API.

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 events
POST/eventsCreate a new event
GET/events/:id/attendeesGet attendees for an event
POST/tickets/validateValidate a ticket QR code
Example Request
curl -X GET "https://api.maketicket.app/v1/events" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"