Skip to main content

Quickstart

The Eventlink public API is versioned under https://api.eventlink.co/v1. No authentication is required.

List an organization’s events

curl https://api.eventlink.co/v1/organizations/my-org-slug/events
This returns the published events for the organization as a lean list payload.

Fetch an event snapshot

curl https://api.eventlink.co/v1/events/my-event-slug
Use this endpoint when you need the latest published event snapshot, including:
  • event details
  • registration config
  • sessions
  • speakers
  • sponsors
  • theme
  • SEO metadata

Expect versioned URLs

Keep your integrations pointed at /v1/.... Future breaking changes will ship under a new version instead of silently changing existing responses.