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"
}
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"
}
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"
}
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"
}