v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
🔐 Authentication

Resend email verification

The API endpoint allows the logged-in user to request a resend of the email verification mail.

By accessing this endpoint, the user can trigger the system to send another email verification link to their registered email address.

This functionality is useful in cases where the initial verification email may have been missed, expired, or encountered delivery issues.

post/users/resend-email-verification

Response

Resend email verification

dataobject
messagestring
statusCodenumber
successboolean

Example response

{
  "message": "Mail has been sent to your mail ID",
  "statusCode": 200,
  "success": true
}