Skip to main content
PATCH
/
v1
/
request
/
resend
/
{subjectOtpId}
Resend OTP
curl --request PATCH \
  --url https://api.example.com/v1/request/resend/{subjectOtpId}
true

Path Parameters

subjectOtpId
string
required

Unique identifier of the SubjectOTP record. This ID is associated with a specific subject (user) and credential request. Must be a valid MongoDB ObjectId.

Example:

"507f1f77bcf86cd799439011"

Response

200 - application/json

OTP successfully resent. Returns true if the OTP was sent successfully via email or SMS. The OTP code and signing URL are delivered to the subject contact (email or phone number).

The response is of type boolean.