| HTTP status | 200 OK |
| Error code | email_verification_required |
| Resolve action | verify_email |
What happened
An email address needs to be verified before it can be used. This error is returned in two contexts:- Account signup — a verification email has been sent to the registering address; the account is not created until the link is clicked.
- Monitor notifications — a monitor was created or updated with a notification email that has not been verified for the owning organization. The monitor write is rejected so that no monitor silently fails to deliver.
How to fix
Account signup
If you did not receive the email, you can request a new one:
Try registering again with the same email and password. This will resend the verification email and invalidate any previous verification links.
Monitor notifications
Start verification for the email address by calling
POST /v1/organizations/{orgId}/notification-emails with {"email": "..."}. A confirmation link is sent to that address.Click the link (or
POST /v1/notification-emails/verify with the token from the link). The link expires in 24 hours.