Skip to main content
Rate limits

Documentation

Rate limits

API throttling and best practices.

Rate limits

Endpoint groupDefault
Auth loginPer IP, configurable
Go link createPer user
General APIFair use

When limited, responses return 429 with Retry-After guidance in the error message.

Configure Go limits via:

RATE_LIMIT_MAX=20
RATE_LIMIT_WINDOW_MS=60000

Use exponential backoff in clients and webhooks.