NowCerts · Rate Limits

Nowcerts Rate Limits

NowCerts does not publish fixed numeric rate limits for its REST API on the public help page. Practical throughput is bounded by the per-tier API integration allowances in the subscription plan (Professional caps the number of API integrations; Business and Enterprise are unlimited) and by the requirement that the calling user hold the "API Integration" agent role. The many bulk-insert endpoints (for drivers, vehicles, equipment, payments, and so on) suggest batching is the intended pattern for high-volume writes rather than high-frequency single-record calls.

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

It captures 3 rate-limit definitions, measuring requests, integrations, and records.

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

Tagged areas include Insurance, Agency Management System, AMS, Rate Limiting, and Quotas.

3 Limits Throttle: 429
InsuranceAgency Management SystemAMSRate LimitingQuotas

Limits

REST API Requests account
requests
not published
No fixed numeric request-rate limit is documented on the public help page.
API Integrations account
integrations
per plan
Professional caps API integrations (listed as up to 3); Business and Enterprise are unlimited.
Bulk Insert Batch endpoint
records
batch-based
Bulk endpoints (BulkInsertDriver, BulkInsertVehicle, Equipment BulkInsertUpdate, TakePaymentBatch) accept arrays; batch large imports rather than looping single inserts.

Policies

Role Gating
The calling user must have the "API Integration" agent role assigned; requests without it are rejected.
Token Expiry
Bearer tokens from /token expire and must be refreshed; clients should re-authenticate or use the token refresh flow before expiry.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources