POST v1/User/ValidateReCaptcha
Validates the ReCaptcha.
Request Information
URI Parameters
None.
Body Parameters
ReCaptchaInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ReCaptchaValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReCaptchaValue": "sample string 1"
}
text/html
Sample:
{"ReCaptchaValue":"sample string 1"}
application/xml, text/xml
Sample:
<v1_User_UserEndpointController.ReCaptchaInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_User_UserEndpoint"> <ReCaptchaValue>sample string 1</ReCaptchaValue> </v1_User_UserEndpointController.ReCaptchaInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReCaptchaOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| outputIsReCaptchaValid | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"outputIsReCaptchaValid": true
}
text/html
Sample:
{"outputIsReCaptchaValid":true}
application/xml, text/xml
Sample:
<v1_User_UserEndpointController.ReCaptchaOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aptify.Services.Generated.v1_User_UserEndpoint"> <outputIsReCaptchaValid>true</outputIsReCaptchaValid> </v1_User_UserEndpointController.ReCaptchaOutput>