POST api/otp/verify/email
Request Information
URI Parameters
None.
Body Parameters
OTPInputEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Environment | string |
None. |
|
| APIKey | string |
None. |
|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Environment": "sample string 2",
"APIKey": "sample string 3",
"Code": "sample string 4"
}
text/html, text/plain
Sample:
{"Email":"sample string 1","Environment":"sample string 2","APIKey":"sample string 3","Code":"sample string 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OTPOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Status": 2,
"Message": "sample string 3"
}
text/html, text/plain
Sample:
{"Code":"sample string 1","Status":2,"Message":"sample string 3"}