POST account/contactverification/VerifyEmail
Verify an email using its auth code
Request Information
URI Parameters
None.
Body Parameters
Email to verify and its auth code.
EmailVerificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| VerificationCode | string |
None. |
|
| IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"VerificationCode": "sample string 2",
"IpAddress": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Whether verification was succcessful.
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
