Twenty · Rate Limits
Twenty Crm Rate Limits
Twenty applies a per-request rate limit of roughly 100 requests per minute on both the REST and GraphQL APIs, and caps batch operations at 60 records per request (create, update, or delete). On self-hosted deployments these limits are configurable, since the rate limiting is enforced by your own instance.
Twenty Crm Rate Limits is the machine-readable rate-limit profile for Twenty on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring requests and records.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include CRM, Open Source, Sales, GraphQL, and REST.
2 Limits
Throttle: 429
CRMOpen SourceSalesGraphQLRESTRate LimitingQuotasThrottling
Limits
Requests Per Minute api-key
100
Approximately 100 requests per minute per API key across REST and GraphQL.
Batch Size request
60
Up to 60 records per batch create, update, or delete request on REST and GraphQL.
Policies
Self-Hosted Configurability
Self-hosted instances enforce limits locally and can be tuned via environment configuration.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.