Skip to main content
GET
Verify Email
Verifies a user’s email address using the token sent in the verification email. This endpoint is typically called when the user clicks the link in the email.

Auth

None required. The verification token in the URL serves as authentication.

Path Parameters

string
required
Email verification token from the verification email.

Response

string
Confirmation message.

Errors

Example