Skip to main content

API Overview

The Eventlink public API is read-only and currently has two main endpoints.

Base URL

https://api.eventlink.co/v1

Endpoints

  • GET /organizations/{slug}/events Returns the published events for an organization.
  • GET /events/{slug} Returns the latest published snapshot for a single event.

Authentication

No authentication is required for the current public API.

Published data

The event endpoint is built from the latest published snapshot for that event. This gives external consumers a stable view of what is actually live, rather than exposing in-progress draft changes. The organization events endpoint returns published event summaries only.

Caching

Public event responses may be cached for a short period in Redis before being refreshed from Postgres. Each response includes metadata describing whether the payload came from cache or directly from the database.

OpenAPI

The machine-readable spec lives at:
https://api.eventlink.co/v1/openapi.json
Mintlify uses that OpenAPI document to generate the API reference in this docs site.