Encompass Rate Limits
ICE Mortgage Technology enforces throttling on the Encompass Developer Connect APIs, but the specific numeric limits are not published on the public reference and are governed per Encompass instance / integration. In practice callers should expect per-instance request-rate throttling (HTTP 429 with Retry-After), plus resource-lock contention on loan writes (Encompass serializes concurrent modifications of the same loan via a resource-lock mechanism). Bulk reads should use the Loan Pipeline cursor endpoints with pagination rather than tight polling, and event-driven integrations should prefer webhooks over polling the pipeline. Deprecated v1 endpoints may carry tighter or sunsetting limits than their v3 replacements.
Encompass Rate Limits is the machine-readable rate-limit profile for Encompass on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, concurrent writers, rows per request, and access token TTL.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Mortgage, Loan Origination, LOS, ICE Mortgage Technology, and Rate Limiting.