GET Api/SendOTP?To={To}&OTPtype={OTPtype}

Send OTP @ registered Email ID| Mobile no..

Request Information

URI Parameters

NameDescriptionTypeAdditional information
To

Required,To which is supplied as a string type and it is a registered Email ID| Mobile no.|CYS User ID of user

string

Required

OTPtype

Required,OTPtype which is supplied as a string type and OTPtype='E' for send OTP at Email ID ,OTPtype='M' for send OTP at Mobile no.

string

Required

Body Parameters

None.

Response Information

Resource Description

{"success":true,"data":[{"Status":"S","Message":"OTP Saved","UserCode":"CYS1001","Name":"Narendra Kumar","UserID":2,"Email":"skillstest38@gmail.com","Mobile":"8888888999","OTP":1820}],"message":"OTP Sent"}

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.