POST account/contactverification/VerifyContact
Submit the link verification code for an unknown contact. This can happen if a user clicks from an email or text.
Request Information
URI Parameters
None.
Body Parameters
VerifyContactRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkAuthCode | string |
None. |
|
| IpAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkAuthCode": "sample string 1",
"IpAddress": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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. |
