HTTP 429
rate_limited
This form or IP has exceeded the request rate limit.
How to resolve
Wait for Retry-After seconds (or the RateLimit reset) and retry. Documented at https://formsreach.com/docs/submit-api/rate-limits/
JSON envelope
{
"data": null,
"status": "failure",
"error": {
"type": "https://formsreach.com/errors/rate_limited",
"title": "Too Many Requests",
"status": 429,
"code": "rate_limited",
"detail": "This form or IP has exceeded the request rate limit.",
"hint": "Wait for Retry-After seconds (or the RateLimit reset) and retry. Documented at https://formsreach.com/docs/submit-api/rate-limits/"
},
"meta": {
"requestId": "req_example",
"docs": "https://formsreach.com/errors/rate_limited/"
}
}Machine copy: /errors/rate_limited.json · OpenAPI · Developers