Tint · Rate Limits

Tint Rate Limits

Tint's API documentation includes a Rate Limits section under its integration guides, indicating the v2 API enforces request rate limits. Specific numeric thresholds (requests per minute/second, burst limits, per-environment quotas) are not reconciled in this artifact and should be confirmed against Tint's documentation and your program's configuration. Long-running operations are handled via async job tracking rather than synchronous blocking, which affects how throughput is consumed.

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

It captures 1 rate-limit definition, measuring requests.

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

Tagged areas include Insurance, Embedded Insurance, InsurTech, Insurance as a Service, and Protection.

1 Limits Throttle: 429
InsuranceEmbedded InsuranceInsurTechInsurance as a ServiceProtectionRate LimitingQuotasThrottling

Limits

API Request Rate account
requests
see provider documentation
Tint documents a Rate Limits section for the v2 API; specific numeric thresholds are not published in this artifact.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header on throttled (429) responses.
Async Job Tracking
Long-running operations are tracked asynchronously rather than held open synchronously, reducing pressure on synchronous request limits.

Sources