post https://api-v3-uat.tanda.africa/kyx/v1/organizations//consumers/
Initiates OTP verification for consumer mobile number.
Send verification code to consumer mobile number
This endpoint sends a one-time password (OTP) to the consumer’s registered mobile number for verification. The OTP is required to confirm the consumer’s identity and complete the onboarding or authentication process.
Initiate OTP verification for consumer mobile number.
Parameters
organizationId
(path): Your organization IDconsumerId
(path): Consumer's unique identifier
Sample Response
{
"message": "OTP sent successfully",
"expiresAt": "2024-09-08T10:40:00Z"
}