Send Registration Email
Authentication
Send Registration Email
Initiate registration by sending verification code to user’s email
POST
Send Registration Email
Overview
First step of user registration. Sends a verification code to the user’s email address. The user will receive an email with a 6-digit code that must be verified in the next step. This creates a temporary contact verification record that expires after a set time period (typically 10-15 minutes).Request
Body
User’s email address for registrationFormat: Valid emailExample:
hello@example.comResponse
Verification ID to use in subsequent stepsStore this value - required for email verificationExample:
US_100a99cf-f4d3-4fa1-9be9-2e9828b20ebbCode Examples
Next Steps
Verify Email Code
Verify the code received by email to create user account