Skip to main content
PUT

Resend OTP

Resend OTP code for email verification if the previous code expired or wasn’t received.

Authentication

This endpoint does not require authentication.

Path Parameters

string
required
OTP session identifier from the registration endpoint.

Response Fields

object
required
OTP resend data object.

Error Responses

Usage Examples

Pro Tip: Implement a countdown timer to prevent users from requesting OTP too frequently. Wait at least 60 seconds between requests.