Eventyvo Connect

Key rotation

What happens when your Connect key rotates on renewal.

When

Every successful subscription purchase or renewal with Connect access.

What you receive

  • Email: "New Connect API key — copy from dashboard"
  • In-app: CONNECT_API_KEY_ROTATED
  • Optional: CONNECT_KEY_DEPRECATION during 24h overlap

What to do

  1. Copy new key from /developer#key
  2. Update server environment variables
  3. Deploy your backend
  4. Deprecate old key after overlap window

Webhook idempotency

Your webhook handler should tolerate duplicate events during rotation — use idempotency keys on eventId + submissionId.

Deprecated key header

If still using the old key during overlap:

X-Eventyvo-Connect-Key-Deprecated: true