Send Verification OTP

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 ID
  • consumerId (path): Consumer's unique identifier

Sample Response

{
  "message": "OTP sent successfully",
  "expiresAt": "2024-09-08T10:40:00Z"
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!