Skip to content

Resend Verification

Trigger a new One-Time Password (OTP) if the previous one was not received or has expired.

POST/user/v1/resendverification
Terminal window
curl -X POST https://api.juspredict.com/user/v1/resendverification \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"scope": 1
}'
FieldRequirement
scope1: Activation, 2: Password Reset, 3: Email Verification.
{
"status": {
"type": "SUCCESS",
"details": []
}
}
FieldTypeDescription
statusStatusOperation status.