Skip to main content

Email Verification (Self-serve)

Send a magic link to verify a user’s email address. User clicks the link, done.

Setup

  1. Create an app in the dashboard
  2. Get an M2M token from Settings > M2M Tokens

Send verification

Response:

What happens

  1. User receives an email with a magic link
  2. User clicks the link, lands on the verification page
  3. Identity confirmed, status updates to verified
  4. Webhook fires to your endpoint (if configured)

Check status

Webhook

Configure in Settings > Webhooks. You’ll get:
See Webhooks Guide for setup and signature verification.