HawkSoft · Rate Limits

Hawksoft Rate Limits

HawkSoft does not publish numeric per-minute or per-day rate limits for the Partner API in its public documentation. The one concrete throughput constraint documented is a batch cap - the client-list endpoint accepts up to 200 client ids per request. HawkSoft's API Terms further restrict usage patterns: partners may not perform bulk operations against single-contact endpoints (or the reverse), which functions as a usage-shape limit rather than a numeric rate. Actual per-partner quotas, if any, are governed by the partner agreement and are not disclosed publicly.

Hawksoft Rate Limits is the machine-readable rate-limit profile for HawkSoft on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring clients, requests, and operations.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Insurance, Partner API, Rate Limiting, and Quotas.

3 Limits Throttle: 429
InsurancePartner APIRate LimitingQuotas

Limits

Client Batch Size request
clients
200
The batch client-list POST accepts up to 200 client ids per request.
Partner Request Rate partner
requests
not published
No numeric per-minute or per-day request limit is documented publicly.
Usage Shape Restriction partner
operations
contractual
API Terms prohibit bulk operations on single-contact endpoints and vice versa.

Policies

Incremental Sync
Use the changed-clients endpoint with a since timestamp to pull only modified records rather than polling full lists.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.
Agency Opt-In
A partner may only access an agency's data after that agency opts in to share it; access is revocable.

Sources