Skip to main content
POST
Resend Verification Email

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint is public and does not require authentication.

Request Body

string
required
The email address of the account to verify.

Example Request

Response

Success Response (200 OK)

Error Responses

400 Bad Request - Validation Error

404 Not Found - Account Not Found

400 Bad Request - Already Verified

Notes

  • This endpoint generates a new OTP code and invalidates any previously sent codes
  • The OTP code expires after 10 minutes
  • If an account is already verified, this endpoint will return an error