Pick the first production job
The public API reference is authoritative for supported parameters and response fields. Treat a successful response for one issuer or form as evidence for that scope only.
Compare identity before output
requestId and any returned provenance, freshness, or warning fields.
Test the exact retrieval boundary
Implement one reversible cutover
- Send credentials in
x-api-key, not a query parameter or browser bundle. - Dual-run a low-risk read path for a defined issuer and form set.
- Compare identities, pagination, nulls, units, and source records, not just headline values.
- Honor
Retry-Afterfor429; do not retry authentication, authorization, billing, or hard-cap responses until their condition changes. - Release behind a reversible control and retain request diagnostics for both paths.
Next action
Pick the lowest-risk production read, dual-run it for a defined issuer and form set, and record the acceptance result before moving another route.Migration guide
Use the full cutover checklist.
API conventions
Review authentication, versions, pagination, and retries.
Error catalog
Turn a failed dual run into an actionable diagnosis.

