v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
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

type'email' | 'phone' required

Contact channel to verify.

userIdstring required

User identifier.

Example request

{
  "userId": "UX-1123456789"
}

Response

Verification link or code sent successfully

statusstring

Example response

{
  "status": "success"
}