Eventlink Docs
Eventlink exposes a small public API for published event data. Use these docs to:- List an organization’s published events
- Fetch the latest published snapshot for an event
- Build against stable, versioned public endpoints
What is available today
The first public API release is available athttps://api.eventlink.co/v1.
Current endpoints:
GET /organizations/{slug}/eventsGET /events/{slug}GET /healthGET /health/db
Source Of Truth
The event endpoint is snapshot-backed. Each response is derived from the published snapshot currently referenced by Eventlink, not the latest draft state in the dashboard. That means external consumers always see the same published version that powers the public event experience.Next steps
- Read the quickstart to make your first request
- Use the API Reference tab for the generated OpenAPI endpoints