Eventyvo Connect

Errors

Connect API error codes and handling.

CodeHTTPMeaningAction
THROTTLED429Rate limit exceededBackoff; respect Retry-After
UNAUTHORIZED401Invalid or missing keyCheck ev_live_* env var
QUOTA_EXCEEDED429Monthly API quotaUpgrade offer or wait for cycle
FORBIDDEN403Path not allowed (docs BFF)Use allowlisted public paths only
Pagination error400Invalid cursor/offsetUse keyset cursors for large feeds

Docs BFF

Browser requests to /api/connect/* are rate limited to 30/min/IP. Prefer embeds over scraping.

Deprecated key

During key rotation overlap:

X-Eventyvo-Connect-Key-Deprecated: true

Update your server key promptly.