Zendesk · Rate Limits

Zendesk Rate Limits

Zendesk publishes per-plan account-wide API rate limits in requests per minute, with additional endpoint-specific limits, a job-queue cap, and an account-wide spike-protection ceiling. Limits scale with the Suite / Support tier; the High Volume API add-on lifts qualifying plans to 2,500 req/min.

17 Limits Throttle: 429
Customer ServiceHelp CenterTicketingCRMRate Limiting

Limits

Suite Team account
requests_per_minute · minute
200
Suite Growth account
requests_per_minute · minute
400
Suite Professional account
requests_per_minute · minute
400
Suite Enterprise account
requests_per_minute · minute
700
Suite Enterprise Plus account
requests_per_minute · minute
2500
Support Essential (legacy) account
requests_per_minute · minute
10
Support Team account
requests_per_minute · minute
200
Support Professional account
requests_per_minute · minute
400
Support Enterprise account
requests_per_minute · minute
700
High Volume API add-on account
requests_per_minute · minute
2500
Available on Growth+ (Suite) or Professional+ (Support); minimum 10 agent seats.
Update Ticket (per user, per ticket) account
requests_per_minute · minute
30
30 updates per 10 minutes per user per ticket; 100 requests/min account-wide.
Incremental Exports account
requests_per_minute · minute
10
30/min with the High Volume API add-on.
Update User (per user) account
requests_per_minute · minute
5
Get Ticket Attachment Content account
requests_per_minute · minute
2500
Job Queue depth account
concurrent_requests
30
Maximum concurrent queued or running jobs.
Account-wide spike protection account
requests_per_minute · minute
100000
Hard ceiling that triggers spike-protection for unusual activity.
Apps API (per user / per app) key
requests_per_minute · minute
100
700 calls per 5 minutes per user per app at the API level.

Policies

429 + Retry-After
When the limit is exceeded the API returns 429 Too Many Requests with a Retry-After header indicating how many seconds to wait before retrying.
X-Rate-Limit header
Responses include an X-Rate-Limit header reflecting the account's current per-minute ceiling (e.g. X-Rate-Limit: 700).
Plan-tier scoping
Limits are account-wide and scale with the Suite / Support plan tier. Endpoint-specific limits apply on top of the per-plan ceiling.
High Volume API uplift
The High Volume API add-on lifts qualifying plans to 2,500 req/min and also boosts incremental-exports throughput.

Sources