Base URL
/v1.
Authentication
Requests authenticate with an API key sent in thex-api-key header:
What you can do today
- List events — page through your organization’s events.
- Get event — fetch a single event’s full detail by
id. - Create event — add a new event owned by your key’s user.
- Update event — change an event’s planning details.
Versioning & stability
The API is versioned in the URL (/v1). Within a version we only add fields
and endpoints — never remove or rename them — so an integration built today keeps
working. Breaking changes ship under a new version (e.g. /v2) with the previous
version kept available during a deprecation window.
Next steps
Quickstart
Make your first request in under a minute.
Authentication
How API keys are scoped and kept safe.
Writing events
The rules the write path enforces.
Errors
Status codes and the error response shape.