Skip to main content

Email Verification

Why verification is required

IOTMER requires a verified email address before you can create workspaces or provision devices. This prevents abuse and ensures you receive critical notifications.

Resend verification email

If you didn't receive the email or the link expired:

  1. Log in to the console
  2. A banner at the top will indicate your email is unverified
  3. Click Resend verification email

Or via API: POST /auth/verify-email/request

Confirm verification

Click the link in the email. It will redirect you to the console and mark your email as verified.

Or via API: POST /auth/verify-email/confirm — pass the token from the email link.