DoloresDocs

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

  • Customers resource with full CRUD (/v1/customers).
  • Appointments resource with full CRUD (/v1/appointments).
  • Sessions read-only API including transcript and recording endpoints.
  • Events audit log and manual replay.
  • Webhook endpoints management 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).