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}. UseAccept: text/markdowninstead of a separate.mdAPI endpoint; JSON remains the default. - Added dashboard-origin
/checks/{check_id}.jsonand/checks/{check_id}.mdconvenience URLs backed by the negotiated API resource. - Added an OpenAPI-generated reference page for every public
/v1operation. - 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
Caseproduct resource and/v1/cases. Customer systems group Fidera Applicant, Check, and Alert IDs into their own cases. - Preserved existing
/v1/checksand/v1/flowsrequest 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.
Was this useful?Send documentation feedback