---
title: "429 Too Many Requests in GoHighLevel"
canonical: "https://lemwatch.com/http-status-codes/429/in-gohighlevel"
platform: "GoHighLevel"
last_verified: "2026-08-11"
source: "https://lemwatch.com"
---

# HTTP 429 Too Many Requests in GoHighLevel

**Platform** — GoHighLevel (HighLevel) — all-in-one agency CRM & funnels platform.

**Where it surfaces** — GoHighLevel's Funnels & Websites builder, workflow webhooks, or the API v2 responses.

## Cause on this platform

GoHighLevel enforces 100 req / 10s and 200,000 req / day per location on API v2. Bulk workflow triggers frequently trip the burst limit.

## Fix on this platform

Add exponential backoff (respect `Retry-After`), batch contact updates, or move heavy jobs to workflow queues instead of the API.


## Generic reference

The client has sent too many requests in a given time window — the canonical rate-limiting and abuse-protection status code.

_Canonical HTML page: https://lemwatch.com/http-status-codes/429/in-gohighlevel_
