MakeTicket
Back

API Documentation

Build custom integrations with our RESTful API.

DDoS Protection

Our API is protected by advanced rate-limiting and DDoS mitigation to ensure high availability.

Detailed Logs

Monitor your integration performance with real-time access logs in your developer dashboard.

Secure Auth

Authenticate via X-API-Key headers. Keys can be scoped with fine-grained permissions.

API Reference

v1.2.0
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
cURL Implementation
Copy code
curl -X GET "https://api.maketicket.app/v1/events" \
-H "X-API-Key: mt_live_xxxxxxxxxxxx" \
-H "Content-Type: application/json"

Liability & Data Disclaimer

No Responsibility for Data Loss: MakeTicket and its parent organization shall not be held responsible for any loss of data, corruption of records, or integration failures resulting from the use of our API or programmatic tools. Users are solely responsible for maintaining their own backups of event and attendee data.

DDoS Protection: Automated requests are strictly monitored. Any attempt to disrupt service via flood attacks, brute-forcing, or other high-frequency patterns will result in an immediate and permanent IP block.

Integration Costs: By using this API, you acknowledge that MakeTicket is not liable for any third-party computing or bandwidth costs incurred during your development process.