POST v1/User/ValidateReCaptcha

Validates the ReCaptcha.

Request Information

URI Parameters

None.

Body Parameters

ReCaptchaInput
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReCaptchaInput'.

Response Information

Resource Description

ReCaptchaOutput
NameDescriptionTypeAdditional 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>