Gong · Rate Limits

Gong Rate Limits

Gong publishes a single company-wide rate limit on the public REST API: 3 requests per second and 10,000 requests per day. Both are stated identically in the API reference introduction and in the help centre. Exhaustion returns HTTP 429 with a Retry-After header giving the seconds to wait. Limits are raised by contacting Gong support, not self-serve.

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

It captures 2 rate-limit definitions, measuring requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Sales, Revenue Intelligence, Conversation, Analytics, and AI.

2 Limits Throttle: 429
SalesRevenue IntelligenceConversationAnalyticsAIRate LimitingQuotasThrottling

Limits

Requests per second account
requests
3
Default; raised on request via Gong support.
Requests per day account
requests
10000
Default; raised on request via Gong support.

Policies

Backoff Strategy
Honor the Retry-After header on a 429; otherwise use exponential backoff with jitter.
Retry safety
Gong documents no idempotency contract, so a retried write (addCall, uploadCrmObjects, createMeeting, assignProspectsToFlow) may duplicate. Treat 429 retries on write operations as at-risk and reconcile afterwards.

Sources