GET API/Authentication/SendOTP?phoneNumber={phoneNumber}&otpType={otpType}

SendOTP: PhoneNumber is the manditory parameter to send an OTP to the User

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phoneNumber

PhoneNumber[required]

string

Required

otpType

string

Default value is OTP

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.