Changelog
v1.0.0 — 2026-04-19
Initial public release.
Added
GET /api/v1/templates,GET /api/v1/templates/:idPOST /api/v1/certificates(single + batch),GET /api/v1/certificates,GET /api/v1/certificates/:idPOST /api/v1/certificates/:id/revokeGET /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.