Verification
Request verification link
Sends a verification link to a user's email or phone number. Use this endpoint to resend the verification link to the user's email or phone number. Set type to email to send a verification link to the user's registered email address, or phone to send an SMS verification code to the user's registered phone number. The user must already exist and have the corresponding contact detail on record.
post/v3/verification/request-link
Headers
MIDstring required
Example:SABCDEF_SCT8YW_NA
Merchant or sub-merchant MID
Request body
Example request
{
"userId": "UX-1123456789"
}Response
Verification link or code sent successfully
Example response
{
"status": "success"
}