POST
/
api
/
v1
/
otp
/
verify
curl --request POST \
  --url https://eazymsg.com/api/v1/otp/verify
{
  "code": "0x0200",
  "message": "OTP matched",
  "status": "SUCCESS"
}

Headers

Content-Type
string

Query Parameters

authKey
string
otpRefId
string
otp
integer

Response

200
application/json

OK

The response is of type object.