Send OTP
Send OTP
Send OTP
Send OTP
POST
/
api
/
v1
/
otp
/
send
curl --request POST \
--url https://eazymsg.com/api/v1/otp/send \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"email": "pawXXXX@enginify.in",
"isUniqueOTP": "0"
}'
{
"code": "0x0200",
"message": "OTP send",
"status": "SUCCESS",
"data": {
"requestId": 299123229,
"otpRefId": "OTP5745F17F",
"mobile": "XXXXXX4138",
"email": "kumaXXXX@gmail.com"
}
}
Headers
Body
application/json ยท object
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://eazymsg.com/api/v1/otp/send \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"email": "pawXXXX@enginify.in",
"isUniqueOTP": "0"
}'
{
"code": "0x0200",
"message": "OTP send",
"status": "SUCCESS",
"data": {
"requestId": 299123229,
"otpRefId": "OTP5745F17F",
"mobile": "XXXXXX4138",
"email": "kumaXXXX@gmail.com"
}
}