Evento API reference
Evento exposes two public-facing API surfaces built for different integration models.Public API
Read-only event and user data for third-party server integrations.
https://evento.so/api/public/v1Embed API
No-auth, CORS-friendly responses for widgets and client-side embeds.
https://evento.so/api/embed/v1API surfaces
Public API
Authenticated with Unkey API keys.Includes event details, user event lists, and guest lists.
Embed API
No authentication required.Built for browser use with full CORS support.
Rate limiting
Public API keys are limited to 1000 requests per day per key (
evento-public-api namespace).