Skip to main content

Verify Email

POST 

/api/auth/email/verification

Verify the user's email address using the token the user received a email verification email. You can find more information about this here.

When registering a user and email is enabled in your application an email containing a link is sent to the user's email address. This link should point to the frontend of your application. Your frontend should extract the token from the URL and send it to this endpoint with the token as request parameter. You can find more information about this here.

You can resend this email through the endpoint POST /api/auth/email/verification/send.

Locale

A locale can be specified for this request. The email will be sent in the specified locale. You can learn more about locale in emails here.

If no locale is specified, the applications default locale will be used. You can learn more about configuring the default locale here.

Note: If email is disabled, there is no way to verify a user's email address.

Request

Responses

Updated user information.