Skip to content

Verify email address

GET
/verify-email/{token}

Verifies an email alert contact by token. This is a public endpoint accessed by clicking the link in the verification email. Returns an HTML confirmation page.

token
required
string

Verification token from the email link.

Email verified. Returns HTML confirmation page.

string

Invalid or expired verification token.