Go Live Checklist
Before go live, verify the following.
Levels configured and tested already
All Levels you plan to use in production have been tested end-to-end.
Webhook endpoint live and verified
Your Webhook URL is live, returns 200 for all event types, and correctly handles deduplication via eventId.
HMAC signature verification implemented
Your Webhook handler verifies the X-Signature header on every incoming request.
Token refresh flow implemented
Your frontend handles expired tokens gracefully by calling the Token Refresh endpoint.
Production API Key stored securely
Production API Key is stored in an environment variable or secrets manager, not in code.
Team roles configured in Dashboard
Your compliance and business team members have appropriate Dashboard roles.
Updated 18 days ago