Changelog

v1.0.0 — 2026-04-19

Initial public release.

Added

  • GET /api/v1/templates, GET /api/v1/templates/:id
  • POST /api/v1/certificates (single + batch), GET /api/v1/certificates, GET /api/v1/certificates/:id
  • POST /api/v1/certificates/:id/revoke
  • GET /api/v1/verify/:code (public)
  • GET /api/v1/openapi.json — OpenAPI 3.1 spec
  • API key management UI at Settings → API Keys
  • Per-key sliding-window rate limiting (60 req/60s)

Known limitations

  • Outbound webhooks not available yet (see Webhooks).
  • No PDF download endpoint under /v1; use the existing dashboard route if needed.
  • No SDKs yet — generate one from the OpenAPI spec or file a request.