QEHSQEHS

Developer portal

API Deprecations

All deprecated QEHS API endpoints with sunset dates and migration guidance. Breaking changes are announced at least 90 days before sunset.

3 active deprecations · 5 total

RSS feed

Active deprecations

GET/v1/records
Announced

Replaced by the v2 cursor-based list endpoint with improved filtering and pagination.

Deprecated: 2025-09-01
Sunset: 2026-06-01
Replacement: GET /v2/records
Migration guide →
POST/v1/webhooks
Announced

The v1 webhook registration endpoint does not support per-event filtering or retry policies.

Deprecated: 2025-10-15
Sunset: 2026-07-15
Replacement: POST /v2/webhooks
Migration guide →
POST/v1/auth/apikey
Sunset (read-only)

Replaced by /v2/auth/token with scoped permissions and expiry support.

Deprecated: 2025-06-01
Sunset: 2025-12-01
Replacement: POST /v2/auth/token
Migration guide →
GET/v1/modules/:id/schema
Announced

The v1 schema endpoint returns a legacy JSON format. v2 returns JSON Schema Draft-07.

Deprecated: 2025-11-01
Sunset: 2026-08-01
Replacement: GET /v2/modules/:id/schema
Migration guide →

Removed endpoints

These endpoints have been fully removed and will return 410 Gone.

GET/beta/search
Removed

Beta search endpoint removed. Use GET /v2/search which is now generally available.