Skip to main content

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 at https://api.eventlink.co/v1. Current endpoints:
  • GET /organizations/{slug}/events
  • GET /events/{slug}
  • GET /health
  • GET /health/db
No authentication is required for the current public endpoints.

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