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

Content-Type
string

Body

application/json ยท object

Response

200
application/json
OK

The response is of type object.