POST api/Account/ConfirmOtp
Request Information
URI Parameters
None.
Body Parameters
ConfirmOtpModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| Otp | string |
Required String length: inclusive between 4 and 4 |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Otp": "sample string 2"
}
text/html
Sample:
{"Email":"sample string 1","Otp":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true