SendOTP
Send OTP
Send OTP
post/otp/send
Headers
clientTypestring required
Request body
Example request
{
"mobileNumber": "9999999999",
"merchantName": "amazon",
"merchantDomain": "thefabulous.store",
"amount": 1000,
"provider": "flipkart",
"webfrontPrefix": "shop",
"subClient": "subClient",
"channel": "SMS",
"recipient": {
"email": "test@example.com"
}
}Response
Send OTP successfully
string required
Changes
No recorded changes to this endpoint across all 1 revision of this API.