Skip to main content
POST
Initiate contact email verification

Authorizations

x-token
string
header
required

Body

application/json
email
string
required

The email address to verify.

emailSubject
string

Subject line for the verification email. Defaults to "Your verification code".

replyTo
string

Reply-To address for the verification email.

emailHtml
string

Custom HTML body for the verification email. Supports two placeholders: {{ verificationCode }} — replaced with the 6-digit code. {{ expirationTime }} — replaced with the expiry duration (e.g. "10 minutes").

Response

Verification initiated — code sent to the email address.

requestId
string

Opaque ID used to complete the verification.

verifyUrl
string

API path to POST the code to (relative URL).