DailyAPI Documentationv1

Changelog

Verified public API changes derived from the Daily repository history.

View OpenAPI

2026-08-18

Public API v1 introduced

Repository commit 192ef16 (feat: add read-only public API infrastructure) introduced:

  • Business-scoped bearer API keys with one-time secret display, expiration, rotation grace, revocation, permissions, and IP allowlists
  • Read-only /v1 operations for business, customers, suppliers, leads, products, documents and PDFs, payments, inventory and movements, and tasks
  • Cursor pagination, time/status/search filters, request IDs, safe public errors, and no-store responses
  • Nginx per-key and per-IP rate limits and sanitized public API access logging
  • API-key management and system-admin emergency revocation controls

Deployment correction

Repository commit 0e59c81 (fix: unblock dev deployment pipeline) adjusted deployment handling related to the new public API infrastructure. It did not add a new public endpoint or response contract.

API-key navigation

Repository commit f6522b3 (feat: move API keys to settings navigation) moved API-key management to the dedicated /api-keys application route. It did not change the public /v1 contract.

This changelog contains only verified repository history. It does not infer earlier public releases.

On this page