Skip to main content
POST
This is a public endpoint that does not require authentication.

Request Body

string
required
The email address of the user who needs a new verification link. Must be a valid email format.

Response

A successful request returns HTTP 200 OK status. A new verification email will be sent to the provided email address if:
  1. The user exists in the system
  2. Their email is not already verified

Error Responses

object
Error details when the request fails
Common error cases:
  • 400 Bad Request: Invalid email format
  • 400 Bad Request: Email is already verified
  • 404 Not Found: User not found