Every meaningful change to the Crimson platform — new endpoints, performance work, integrations, and deprecations. Released versions never break; everything below is additive unless explicitly noted.
Compensation benchmarks now expose the full distribution rather than just the median. You can request any of the p10 through p95 percentiles and receive separate base, bonus, and equity breakdowns for each.
percentiles query parameter (p10, p25, p50, p75, p90, p95).equity_value and bonus_pct objects on every benchmark.We migrated Talent Analytics to a columnar query engine. Supply-index and funnel queries that previously took seconds now return in well under 500ms at p95, with no change to the API contract.
/v1/analytics/supply now supports multi-market aggregation in a single call.A ground-up rebuild of webhook delivery. Every payload is now signed with HMAC-SHA256, delivery is retried with exponential backoff for up to 24 hours, and a searchable delivery log is available in the dashboard.
Crimson-Signature header for verification.offer.accepted and compensation.updated — see webhooks.Official, fully-typed clients for Go and Java join our JavaScript, Python, and Ruby libraries. Both ship with built-in retries, pagination auto-iteration, and context/cancellation support.
go get crimsontalent.com/gocom.crimsontalent:sdk.Two-way sync with two of the most-requested ATS platforms. Connect via OAuth in the dashboard and candidate stages flow between Crimson pipelines and your ATS automatically.
Hardening across authentication and abuse protection, plus more generous and more transparent rate limits for all plans.
X-RateLimit-Remaining and X-RateLimit-Reset to every response.A rebuilt employer dashboard with a dedicated Developers section for key management, usage graphs, and webhook logs — all backed by the same public API.
The second-generation forecast model powering /v1/analytics/forecast. It projects time-to-fill and candidate availability up to two quarters out with materially tighter confidence intervals.
confidence_interval to every forecast response.We take backwards compatibility seriously. Released, dated API versions never receive breaking changes. When we must deprecate a field or endpoint, we announce it here, mark it in the reference, and give a minimum of 12 months' notice before removal. Pin the Crimson-Version header to insulate your integration from change.
Pin a version, follow the changelog, and ship with confidence. The full reference has everything you need.
Read the API docs