Skip to main content
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

string
required
User’s email address for registrationFormat: Valid emailExample: hello@example.com

Response

string
Verification ID to use in subsequent stepsStore this value - required for email verificationExample: US_100a99cf-f4d3-4fa1-9be9-2e9828b20ebb

Code Examples

Next Steps

Verify Email Code

Verify the code received by email to create user account