Changelog
Notable changes to the Noticia public API. Backward-compatible changes (new endpoints, fields or error codes) ship within /v1. Breaking changes go to a new version with an overlap period.
The format follows Keep a Changelog.
Unreleased
Section titled “Unreleased”- Initial public API
v1: Profiles, Subscriptions, Stores and Sales Events. - Organization-scoped API key authentication on the
x-api-keyheader. - Unified error envelope with stable, machine-readable
codevalues. - Cursor-based pagination on list endpoints (
limit,cursor). - Upsert semantics keyed on
external_id, with an optionalIdempotency-Keyheader on writes for transport retries. - Public OpenAPI document at
GET /v1/openapi.jsonand this documentation site.
Planned
Section titled “Planned”- Outbound webhooks (signed delivery, retries, redelivery dashboard).