SMS OTP
Verify OTP
SMS OTP
Verify OTP
POST
/
api
/
v1
/
sms
/
otp
/
verify
curl --request POST \
--url https://eazymsg.com/api/v1/sms/otp/verify \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"otpRefId": "SMS6287B600",
"otp": "123456"
}'
{
"code": "0x0200",
"message": "OTP verify successful",
"status": "SUCCESS"
}
Body
application/json ยท object
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://eazymsg.com/api/v1/sms/otp/verify \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"otpRefId": "SMS6287B600",
"otp": "123456"
}'
{
"code": "0x0200",
"message": "OTP verify successful",
"status": "SUCCESS"
}