Documentation
Developer Documentation
Everything you need to integrate with GuestlistOnline.
API Overview
The GuestlistOnline API allows you to programmatically manage events, guests, and check-ins. Our RESTful API uses JSON for requests and responses.
Base URL
https://api.guestlistonline.com/v1Rate Limits
API requests are limited to:
- 100 requests per minute for standard accounts
- 1000 requests per minute for enterprise accounts
Rate limit headers are included in every response:
X-RateLimit-Limit: Your limitX-RateLimit-Remaining: Remaining requestsX-RateLimit-Reset: Time until reset (Unix timestamp)
Available Endpoints
| Endpoint | Description |
|---|---|
GET /events | List all events |
POST /events | Create a new event |
GET /events/:id | Get event details |
GET /events/:id/guests | List event guests |
POST /events/:id/guests | Add a guest |
POST /events/:id/checkin | Check in a guest |
Example: Get Events
curl -X GET "https://api.guestlistonline.com/v1/events" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" Start for free today
Ready to streamline your event management?
Join thousands of organizers who trust GuestlistOnline for their events. Get started in minutes — no credit card required.
Free for small events No credit card required GDPR compliant