Browse documentation

Fidera documentation

Changelog

Contract-level changes to the Fidera public API and documentation.

2026-07-29

  • Added JSON and Markdown content negotiation to GET /v1/checks/{check_id}. Use Accept: text/markdown instead of a separate .md API endpoint; JSON remains the default.
  • Added dashboard-origin /checks/{check_id}.json and /checks/{check_id}.md convenience URLs backed by the negotiated API resource.
  • Added an OpenAPI-generated reference page for every public /v1 operation.
  • Added cursor pagination and operational filters to Alerts, Checks, Batches, and Monitors.
  • Added Alert summary counts, explicit assignment and unassignment, enriched Applicant and Check context, and operator listing.
  • Added public Check-policy version reads, writes, and history.
  • Added webhook endpoint update, enable and disable, secret rotation, filtered delivery history, and manual retry.
  • Added Check evidence exports in JSON, CSV, Markdown, and PDF.
  • Removed the Fidera Case product resource and /v1/cases. Customer systems group Fidera Applicant, Check, and Alert IDs into their own cases.
  • Preserved existing /v1/checks and /v1/flows request compatibility and existing webhook event names.

Compatibility policy

Additive fields and operations may appear without a version change. Fidera does not silently change the meaning of an existing enum or field. Breaking changes require a versioned contract and migration guidance.

The committed OpenAPI document is the source for API reference pages and dashboard client types. CI fails when either generated surface drifts.