AskNicely · Rate Limits

Asknicely Rate Limits

AskNicely enforces two rolling windows (10 seconds and 60 seconds) per account, reported live on every response through RateLimit-Req10s-* and RateLimit-Req60s-* headers. A separate, lower pair of limits applies to /contact/trigger; AskNicely's own guidance is to use the bulk /contacts/add endpoint instead of hitting that limit. Exceeding a window returns HTTP 429 with a JSON body naming the window, the count and the limit, plus a Retry-After header.

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

It captures 4 rate-limit definitions, measuring requests_per_10_seconds and requests_per_60_seconds.

The profile also includes response codes documented for throttled.

Tagged areas include Rate Limiting, Customer Experience, and Surveys.

4 Limits Throttle: 429
Rate LimitingCustomer ExperienceSurveys

Limits

General API requests (10-second window) account
requests_per_10_seconds · 10 seconds
200
General API requests (60-second window) account
requests_per_60_seconds · 60 seconds
1000
Send Survey /contact/trigger (10-second window) account
requests_per_10_seconds · 10 seconds
100
Send Survey /contact/trigger (60-second window) account
requests_per_60_seconds · 60 seconds
500

Sources