Concord · Rate Limits

Concord Com Rate Limits

Concord does not publish fixed numeric rate limits for its REST API in the public developer documentation. The API is a request/response REST surface under https://api.concordnow.com/api/rest/1 authenticated with an API key; list endpoints are paginated (limit/offset-style) rather than governed by a documented per-minute request cap. Concord's own account limits (users, storage, features) are governed by the subscription plan rather than by an API request quota. Numeric per-key or per-endpoint limits are not documented as of the review date.

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

It captures 3 rate-limit definitions, measuring requests, items, and plan.

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

Tagged areas include Contract Management, CLM, Rate Limiting, and Quotas.

3 Limits Throttle: 429
Contract ManagementCLMRate LimitingQuotas

Limits

REST API Requests apiKey
requests
not published
No fixed numeric request-rate limit is documented for the Concord REST API.
List Pagination endpoint
items
paginated
List endpoints (agreements, reports, etc.) return paginated result sets rather than unbounded lists.
Account Entitlements account
plan
per plan
Users, storage, and feature access are bounded by the subscription tier, not by an API quota.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on any 429 response.
Pagination
Iterate list endpoints via limit/offset-style pagination rather than requesting large result sets in a single call.

Sources