Changelog
API release notes.
The Dolores API uses URL major versions (/v1/) plus dated minor revisions for non-breaking enhancements. Breaking changes always ship under a new major version (see Versioning).
2026-06-01 — v1 initial release
Customersresource with full CRUD (/v1/customers).Appointmentsresource with full CRUD (/v1/appointments).Sessionsread-only API including transcript and recording endpoints.Eventsaudit log and manual replay.Webhook endpointsmanagement with HMAC-SHA256 signing and rotatable secrets.- Appointment-status webhook events:
appointment.created,appointment.confirmed,appointment.rescheduled,appointment.cancelled,appointment.failed. - API key auth, per-key livemode flag, cursor pagination, idempotency, rate limits (100/s + 5000/m per key).