Renewal checklist
Steps after MONTHLY or YEARLY subscription renewal.
After renewal payment
- Check notification — email and in-app alert about key rotation
- Copy new key — /developer one-time reveal
- Update server env — replace
CONNECT_API_KEY/X-API-KEYin your deployment - Optional overlap — old key may work 24h with
X-Eventyvo-Connect-Key-Deprecated: true - Verify webhooks — send test event from dashboard; confirm HMAC verification still works
- Smoke test — one Connect REST call from your server
Warning: Never commit the new key to git. Use your secrets manager or hosting env vars.